| Package | Description |
|---|---|
| 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.tree |
Provides interfaces to represent Java source code as syntax tree.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PublicApiChecker.isPublicApi(ClassTree classTree,
VariableTree variableTree) |
void |
SonarSymbolTableVisitor.visitVariable(VariableTree tree) |
void |
PublicApiChecker.visitVariable(VariableTree tree) |
void |
StatementVisitor.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,
Tree body,
com.sonar.sslr.api.AstNode... children) |
| Modifier and Type | Method and Description |
|---|---|
VariableTree |
CatchTreeImpl.parameter() |
VariableTree |
ForEachStatementImpl.variable() |
| Modifier and Type | Method and Description |
|---|---|
List<VariableTree> |
TryStatementTreeImpl.resources() |
| Constructor and Description |
|---|
ForEachStatementImpl(VariableTree variable,
ExpressionTree expression,
StatementTree statement,
com.sonar.sslr.api.AstNode... children) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeAndReferenceSolver.visitVariable(VariableTree tree) |
void |
FirstPass.visitVariable(VariableTree tree) |
| Modifier and Type | Method and Description |
|---|---|
VariableTree |
CatchTree.parameter() |
VariableTree |
ForEachStatement.variable() |
| Modifier and Type | Method and Description |
|---|---|
List<VariableTree> |
LambdaExpressionTree.parameters() |
List<VariableTree> |
MethodTree.parameters() |
List<VariableTree> |
TryStatementTree.resources() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseTreeVisitor.visitVariable(VariableTree tree) |
void |
TreeVisitor.visitVariable(VariableTree tree) |
Copyright © 2012–2015 SonarSource. All rights reserved.