| Constructor and Description |
|---|
TreeDebug.Visitor() |
| Modifier and Type | Method and Description |
|---|---|
@Nullable Void |
scan(@Nullable Tree node,
@Nullable Void p) |
@Nullable Void |
visitIdentifier(IdentifierTree node,
@Nullable Void p) |
@Nullable Void |
visitLiteral(LiteralTree node,
@Nullable Void p) |
@Nullable Void |
visitMemberSelect(MemberSelectTree node,
@Nullable Void p) |
@Nullable Void |
visitNewArray(NewArrayTree node,
@Nullable Void p) |
getCurrentPath, scanreduce, scan, visitAnnotatedType, visitAnnotation, visitArrayAccess, visitArrayType, visitAssert, visitAssignment, visitBinary, visitBlock, visitBreak, visitCase, visitCatch, visitClass, visitCompilationUnit, visitCompoundAssignment, visitConditionalExpression, visitContinue, visitDoWhileLoop, visitEmptyStatement, visitEnhancedForLoop, visitErroneous, visitExpressionStatement, visitForLoop, visitIf, visitImport, visitInstanceOf, visitLabeledStatement, visitLambdaExpression, visitMemberReference, visitMethod, visitMethodInvocation, visitModifiers, visitNewClass, visitOther, visitParameterizedType, visitParenthesized, visitPrimitiveType, visitReturn, visitSwitch, visitSynchronized, visitThrow, visitTry, visitTypeCast, visitTypeParameter, visitUnary, visitUnionType, visitVariable, visitWhileLoop, visitWildcardpublic @Nullable Void visitIdentifier(IdentifierTree node, @Nullable Void p)
visitIdentifier in interface TreeVisitor<@Nullable Void,@Nullable Void>visitIdentifier in class TreeScanner<@Nullable Void,@Nullable Void>public @Nullable Void visitMemberSelect(MemberSelectTree node, @Nullable Void p)
visitMemberSelect in interface TreeVisitor<@Nullable Void,@Nullable Void>visitMemberSelect in class TreeScanner<@Nullable Void,@Nullable Void>public @Nullable Void visitNewArray(NewArrayTree node, @Nullable Void p)
visitNewArray in interface TreeVisitor<@Nullable Void,@Nullable Void>visitNewArray in class TreeScanner<@Nullable Void,@Nullable Void>public @Nullable Void visitLiteral(LiteralTree node, @Nullable Void p)
visitLiteral in interface TreeVisitor<@Nullable Void,@Nullable Void>visitLiteral in class TreeScanner<@Nullable Void,@Nullable Void>