public abstract class CheckerTreeNodeVisitor extends BaseTreeVisitor
| Modifier and Type | Field and Description |
|---|---|
protected ProgramState |
programState |
| Modifier | Constructor and Description |
|---|---|
protected |
CheckerTreeNodeVisitor(ProgramState programState) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
scan(List<? extends Tree> trees) |
protected void |
scan(ListTree<? extends Tree> listTree) |
protected void |
scan(Tree tree) |
void |
visitBinaryExpression(BinaryExpressionTree tree) |
visitAnnotation, visitArrayAccessExpression, visitArrayDimension, visitArrayType, visitAssertStatement, visitAssignmentExpression, visitBlock, visitBreakStatement, visitCaseGroup, visitCaseLabel, visitCatch, visitClass, visitCompilationUnit, visitConditionalExpression, visitContinueStatement, visitDoWhileStatement, visitEmptyStatement, visitEnumConstant, visitExportsDirectiveTree, visitExpressionStatement, visitForEachStatement, visitForStatement, visitIdentifier, visitIfStatement, visitImport, visitInstanceOf, visitLabeledStatement, visitLambdaExpression, visitLiteral, visitMemberSelectExpression, visitMethod, visitMethodInvocation, visitMethodReference, visitModifier, visitModule, visitNewArray, visitNewClass, visitOpensDirective, visitOther, visitPackage, visitParameterizedType, visitParenthesized, visitPrimitiveType, visitProvidesDirective, visitRequiresDirectiveTree, visitReturnStatement, visitSwitchStatement, visitSynchronizedStatement, visitThrowStatement, visitTryStatement, visitTypeArguments, visitTypeCast, visitTypeParameter, visitTypeParameters, visitUnaryExpression, visitUnionType, visitUsesDirective, visitVariable, visitWhileStatement, visitWildcardprotected ProgramState programState
protected CheckerTreeNodeVisitor(ProgramState programState)
protected void scan(Tree tree)
scan in class BaseTreeVisitorprotected void scan(List<? extends Tree> trees)
scan in class BaseTreeVisitorprotected void scan(ListTree<? extends Tree> listTree)
scan in class BaseTreeVisitorpublic void visitBinaryExpression(BinaryExpressionTree tree)
visitBinaryExpression in interface TreeVisitorvisitBinaryExpression in class BaseTreeVisitorCopyright © 2012–2018 SonarSource. All rights reserved.