public class OperatorPrecedenceCheck extends BaseTreeVisitor implements JavaFileScanner
| Constructor and Description |
|---|
OperatorPrecedenceCheck() |
| Modifier and Type | Method and Description |
|---|---|
void |
scanFile(JavaFileScannerContext context) |
void |
visitAnnotation(AnnotationTree tree) |
void |
visitArrayAccessExpression(ArrayAccessExpressionTree tree) |
void |
visitBinaryExpression(BinaryExpressionTree tree) |
void |
visitConditionalExpression(ConditionalExpressionTree tree) |
void |
visitIfStatement(IfStatementTree tree) |
void |
visitMethodInvocation(MethodInvocationTree tree) |
void |
visitNewArray(NewArrayTree tree) |
void |
visitNewClass(NewClassTree tree) |
void |
visitParenthesized(ParenthesizedTree tree) |
scan, scan, scan, visitArrayDimension, visitArrayType, visitAssertStatement, visitAssignmentExpression, visitBlock, visitBreakStatement, visitCaseGroup, visitCaseLabel, visitCatch, visitClass, visitCompilationUnit, visitContinueStatement, visitDoWhileStatement, visitEmptyStatement, visitEnumConstant, visitExpressionStatement, visitForEachStatement, visitForStatement, visitIdentifier, visitImport, visitInstanceOf, visitLabeledStatement, visitLambdaExpression, visitLiteral, visitMemberSelectExpression, visitMethod, visitMethodReference, visitModifier, visitOther, visitPackage, visitParameterizedType, visitPrimitiveType, visitReturnStatement, visitSwitchStatement, visitSynchronizedStatement, visitThrowStatement, visitTryStatement, visitTypeArguments, visitTypeCast, visitTypeParameter, visitTypeParameters, visitUnaryExpression, visitUnionType, visitVariable, visitWhileStatement, visitWildcardpublic void scanFile(JavaFileScannerContext context)
scanFile in interface JavaFileScannerpublic void visitAnnotation(AnnotationTree tree)
visitAnnotation in interface TreeVisitorvisitAnnotation in class BaseTreeVisitorpublic void visitArrayAccessExpression(ArrayAccessExpressionTree tree)
visitArrayAccessExpression in interface TreeVisitorvisitArrayAccessExpression in class BaseTreeVisitorpublic void visitBinaryExpression(BinaryExpressionTree tree)
visitBinaryExpression in interface TreeVisitorvisitBinaryExpression in class BaseTreeVisitorpublic void visitIfStatement(IfStatementTree tree)
visitIfStatement in interface TreeVisitorvisitIfStatement in class BaseTreeVisitorpublic void visitMethodInvocation(MethodInvocationTree tree)
visitMethodInvocation in interface TreeVisitorvisitMethodInvocation in class BaseTreeVisitorpublic void visitNewArray(NewArrayTree tree)
visitNewArray in interface TreeVisitorvisitNewArray in class BaseTreeVisitorpublic void visitNewClass(NewClassTree tree)
visitNewClass in interface TreeVisitorvisitNewClass in class BaseTreeVisitorpublic void visitParenthesized(ParenthesizedTree tree)
visitParenthesized in interface TreeVisitorvisitParenthesized in class BaseTreeVisitorpublic void visitConditionalExpression(ConditionalExpressionTree tree)
visitConditionalExpression in interface TreeVisitorvisitConditionalExpression in class BaseTreeVisitorCopyright © 2012–2016 SonarSource. All rights reserved.