| 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(Tree returnType,
IdentifierTree simpleName,
FormalParametersListTreeImpl parameters,
List<ExpressionTree> throwsClauses,
BlockTree block) |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockTreeImpl |
| Modifier and Type | Method and Description |
|---|---|
BlockTree |
SynchronizedStatementTreeImpl.block() |
BlockTree |
TryStatementTreeImpl.block() |
BlockTree |
CatchTreeImpl.block() |
BlockTree |
TryStatementTreeImpl.finallyBlock() |
| Constructor and Description |
|---|
SynchronizedStatementTreeImpl(InternalSyntaxToken synchronizedKeyword,
InternalSyntaxToken openParenToken,
ExpressionTree expression,
InternalSyntaxToken closeParenToken,
BlockTree block,
com.sonar.sslr.api.AstNode... children) |
| Modifier and Type | Method and Description |
|---|---|
void |
FirstPass.visitBlock(BlockTree tree) |
| Modifier and Type | Method and Description |
|---|---|
BlockTree |
CatchTree.block() |
BlockTree |
TryStatementTree.block() |
BlockTree |
MethodTree.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–2015 SonarSource. All rights reserved.