| Package | Description |
|---|---|
| org.sonar.java.model.declaration | |
| 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 |
|---|---|
BlockTree |
MethodTreeImpl.block() |
| Constructor and Description |
|---|
MethodTreeImpl(TypeTree returnType,
IdentifierTree simpleName,
FormalParametersListTreeImpl parameters,
SyntaxToken throwsToken,
ListTree<TypeTree> throwsClauses,
BlockTree block,
SyntaxToken semicolonToken) |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockTreeImpl |
class |
StaticInitializerTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
BlockTree |
TryStatementTreeImpl.block() |
BlockTree |
CatchTreeImpl.block() |
BlockTree |
SynchronizedStatementTreeImpl.block() |
BlockTree |
TryStatementTreeImpl.finallyBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
FirstPass.visitBlock(BlockTree tree) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StaticInitializerTree
Static Initializer.
|
| Modifier and Type | Method and Description |
|---|---|
BlockTree |
CatchTree.block() |
BlockTree |
MethodTree.block() |
BlockTree |
TryStatementTree.block() |
BlockTree |
SynchronizedStatementTree.block() |
BlockTree |
TryStatementTree.finallyBlock() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseTreeVisitor.visitBlock(BlockTree tree) |
void |
TreeVisitor.visitBlock(BlockTree tree) |
Copyright © 2012–2016 SonarSource. All rights reserved.