Package | Description |
---|---|
org.sonar.java.ast.visitors | |
org.sonar.java.model.statement | |
org.sonar.java.resolve | |
org.sonar.java.se.checks | |
org.sonar.plugins.java.api.tree |
Provides interfaces to represent Java source code as syntax tree.
|
Modifier and Type | Method and Description |
---|---|
void |
StatementVisitor.visitSwitchStatement(SwitchStatementTree tree) |
Modifier and Type | Class and Description |
---|---|
class |
SwitchStatementTreeImpl |
Modifier and Type | Method and Description |
---|---|
void |
FirstPass.visitSwitchStatement(SwitchStatementTree tree) |
Modifier and Type | Method and Description |
---|---|
void |
SyntaxTreeNameFinder.visitSwitchStatement(SwitchStatementTree tree) |
Modifier and Type | Method and Description |
---|---|
void |
TreeVisitor.visitSwitchStatement(SwitchStatementTree tree) |
void |
BaseTreeVisitor.visitSwitchStatement(SwitchStatementTree tree) |
Copyright © 2012–2016 SonarSource. All rights reserved.