| Package | Description |
|---|---|
| org.sonar.java | |
| org.sonar.java.ast.parser | |
| org.sonar.java.ast.visitors | |
| org.sonar.java.model.declaration | |
| org.sonar.java.model.expression | |
| 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 |
JavaFilesCache.visitVariable(VariableTree tree) |
| Modifier and Type | Method and Description |
|---|---|
static ListTree<VariableTree> |
ResourceListTreeImpl.emptyList() |
| Constructor and Description |
|---|
ResourceListTreeImpl(List<VariableTree> resources,
List<SyntaxToken> tokens) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatementVisitor.visitVariable(VariableTree tree) |
void |
PublicApiChecker.visitVariable(VariableTree tree) |
void |
SonarSymbolTableVisitor.visitVariable(VariableTree tree) |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumConstantTreeImpl |
class |
VariableTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
List<VariableTree> |
MethodTreeImpl.parameters() |
| Modifier and Type | Method and Description |
|---|---|
List<VariableTree> |
LambdaExpressionTreeImpl.parameters() |
| Constructor and Description |
|---|
LambdaExpressionTreeImpl(InternalSyntaxToken openParenToken,
List<VariableTree> parameters,
InternalSyntaxToken closeParenToken,
InternalSyntaxToken arrowToken,
Tree body) |
| Modifier and Type | Method and Description |
|---|---|
VariableTree |
CatchTreeImpl.parameter() |
VariableTree |
ForEachStatementImpl.variable() |
| Modifier and Type | Method and Description |
|---|---|
ListTree<VariableTree> |
TryStatementTreeImpl.resources() |
| Modifier and Type | Method and Description |
|---|---|
VariableTree |
JavaSymbol.VariableJavaSymbol.declaration() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeAndReferenceSolver.visitVariable(VariableTree tree) |
void |
FirstPass.visitVariable(VariableTree tree) |
| Modifier and Type | Method and Description |
|---|---|
VariableTree |
Symbol.VariableSymbol.declaration() |
| Modifier and Type | Method and Description |
|---|---|
VariableTree |
CatchTree.parameter() |
VariableTree |
ForEachStatement.variable() |
| Modifier and Type | Method and Description |
|---|---|
List<VariableTree> |
MethodTree.parameters() |
List<VariableTree> |
LambdaExpressionTree.parameters() |
ListTree<VariableTree> |
TryStatementTree.resources() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseTreeVisitor.visitVariable(VariableTree tree) |
void |
TreeVisitor.visitVariable(VariableTree tree) |
Copyright © 2012–2016 SonarSource. All rights reserved.