| Package | Description |
|---|---|
| org.sonar.java.ast.parser | |
| org.sonar.java.model.declaration | |
| org.sonar.java.model.expression | |
| org.sonar.plugins.java.api.tree |
Provides interfaces to represent Java source code as syntax tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ArgumentListTreeImpl |
class |
BlockStatementListTreeImpl |
class |
BoundListTreeImpl |
class |
FormalParametersListTreeImpl |
class |
LambdaParameterListTreeImpl |
class |
ListTreeImpl<T> |
class |
QualifiedIdentifierListTreeImpl |
class |
ResourceListTreeImpl |
class |
StatementExpressionListTreeImpl |
class |
TypeParameterListTreeImpl |
class |
TypeUnionListTreeImpl |
class |
VariableDeclaratorListTreeImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
ModifiersTreeImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeArgumentListTreeImpl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ModifiersTree
Modifiers.
|
interface |
TypeArguments |
interface |
TypeParameters |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BaseTreeVisitor.scan(ListTree<? extends Tree> listTree) |
Copyright © 2012–2015 SonarSource. All rights reserved.