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, visitWildcardpublic LabelsVisitor(SemanticModel semanticModel)
public void visitLabeledStatement(LabeledStatementTree tree)
visitLabeledStatement in interface TreeVisitorvisitLabeledStatement in class BaseTreeVisitorpublic void visitBreakStatement(BreakStatementTree tree)
visitBreakStatement in interface TreeVisitorvisitBreakStatement in class BaseTreeVisitorpublic void visitContinueStatement(ContinueStatementTree tree)
visitContinueStatement in interface TreeVisitorvisitContinueStatement in class BaseTreeVisitorCopyright © 2012–2017 SonarSource. All rights reserved.