Package | Description |
---|---|
org.sonar.java.ast.visitors | |
org.sonar.java.model.statement | |
org.sonar.java.resolve | |
org.sonar.plugins.java.api.semantic |
Provides interfaces to represent Java source code as syntax tree.
|
org.sonar.plugins.java.api.tree |
Provides interfaces to represent Java source code as syntax tree.
|
Modifier and Type | Method and Description |
---|---|
void |
SonarSymbolTableVisitor.visitLabeledStatement(LabeledStatementTree tree) |
Modifier and Type | Class and Description |
---|---|
class |
LabeledStatementTreeImpl |
Modifier and Type | Method and Description |
---|---|
LabeledStatementTree |
JavaSymbol.JavaLabelSymbol.declaration() |
Modifier and Type | Method and Description |
---|---|
void |
TypeAndReferenceSolver.visitLabeledStatement(LabeledStatementTree tree) |
void |
LabelsVisitor.visitLabeledStatement(LabeledStatementTree tree) |
Constructor and Description |
---|
JavaLabelSymbol(LabeledStatementTree tree) |
Modifier and Type | Method and Description |
---|---|
LabeledStatementTree |
Symbol.LabelSymbol.declaration()
Declaration tree of this label.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeVisitor.visitLabeledStatement(LabeledStatementTree tree) |
void |
BaseTreeVisitor.visitLabeledStatement(LabeledStatementTree tree) |
Copyright © 2012–2016 SonarSource. All rights reserved.