public class LabelsVisitor extends BaseTreeVisitor
Constructor and Description |
---|
LabelsVisitor(SemanticModel semanticModel) |
Modifier and Type | Method and Description |
---|---|
void |
visitBreakStatement(BreakStatementTree tree) |
void |
visitContinueStatement(ContinueStatementTree tree) |
void |
visitLabeledStatement(LabeledStatementTree tree) |
scan, scan, scan, visitAnnotation, visitArrayAccessExpression, visitArrayDimension, visitArrayType, visitAssertStatement, visitAssignmentExpression, visitBinaryExpression, visitBlock, visitCaseGroup, visitCaseLabel, visitCatch, visitClass, visitCompilationUnit, visitConditionalExpression, visitDoWhileStatement, visitEmptyStatement, visitEnumConstant, visitExportsDirectiveTree, visitExpressionStatement, visitForEachStatement, visitForStatement, visitIdentifier, visitIfStatement, visitImport, visitInstanceOf, 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, visitWildcard
public LabelsVisitor(SemanticModel semanticModel)
public void visitLabeledStatement(LabeledStatementTree tree)
visitLabeledStatement
in interface TreeVisitor
visitLabeledStatement
in class BaseTreeVisitor
public void visitBreakStatement(BreakStatementTree tree)
visitBreakStatement
in interface TreeVisitor
visitBreakStatement
in class BaseTreeVisitor
public void visitContinueStatement(ContinueStatementTree tree)
visitContinueStatement
in interface TreeVisitor
visitContinueStatement
in class BaseTreeVisitor
Copyright © 2012–2017 SonarSource. All rights reserved.