@ProviderFor(value=JavacASTVisitor.class) public class HandleVal extends JavacASTAdapter
JavacASTVisitor.Printer| Constructor and Description |
|---|
HandleVal() |
| Modifier and Type | Method and Description |
|---|---|
void |
visitLocal(JavacNode localNode,
com.sun.tools.javac.tree.JCTree.JCVariableDecl local)
Visits a local declaration - that is, something like 'int x = 10;' on the method level.
|
endVisitCompilationUnit, endVisitField, endVisitInitializer, endVisitLocal, endVisitMethod, endVisitMethodArgument, endVisitStatement, endVisitType, setTrees, visitAnnotationOnField, visitAnnotationOnLocal, visitAnnotationOnMethod, visitAnnotationOnMethodArgument, visitAnnotationOnType, visitCompilationUnit, visitField, visitInitializer, visitMethod, visitMethodArgument, visitStatement, visitTypepublic void visitLocal(JavacNode localNode, com.sun.tools.javac.tree.JCTree.JCVariableDecl local)
JavacASTAdaptervisitLocal in interface JavacASTVisitorvisitLocal in class JavacASTAdapterCopyright © 2009-2015 The Project Lombok Authors, licensed under the MIT licence.