public static class Heuristics.Matcher extends SimpleTreeVisitor<@PolyRead Boolean,@Nullable Void>
DEFAULT_VALUE| Constructor and Description |
|---|
Heuristics.Matcher() |
| Modifier and Type | Method and Description |
|---|---|
protected @PolyRead Boolean |
defaultAction(@Nullable Tree node,
@Nullable Void p) |
boolean |
match(@Nullable TreePath path) |
@PolyRead Boolean |
visitParenthesized(ParenthesizedTree node,
@Nullable Void p) |
visit, visit, visitAnnotatedType, visitAnnotation, visitArrayAccess, visitArrayType, visitAssert, visitAssignment, visitBinary, visitBlock, visitBreak, visitCase, visitCatch, visitClass, visitCompilationUnit, visitCompoundAssignment, visitConditionalExpression, visitContinue, visitDoWhileLoop, visitEmptyStatement, visitEnhancedForLoop, visitErroneous, visitExpressionStatement, visitForLoop, visitIdentifier, visitIf, visitImport, visitInstanceOf, visitLabeledStatement, visitLambdaExpression, visitLiteral, visitMemberReference, visitMemberSelect, visitMethod, visitMethodInvocation, visitModifiers, visitNewArray, visitNewClass, visitOther, visitParameterizedType, visitPrimitiveType, visitReturn, visitSwitch, visitSynchronized, visitThrow, visitTry, visitTypeCast, visitTypeParameter, visitUnary, visitUnionType, visitVariable, visitWhileLoop, visitWildcardprotected @PolyRead Boolean defaultAction(@Nullable Tree node, @Nullable Void p)
defaultAction in class SimpleTreeVisitor<@PolyRead Boolean,@Nullable Void>public @PolyRead Boolean visitParenthesized(ParenthesizedTree node, @Nullable Void p)
visitParenthesized in interface TreeVisitor<@PolyRead Boolean,@Nullable Void>visitParenthesized in class SimpleTreeVisitor<@PolyRead Boolean,@Nullable Void>