Package | Description |
---|---|
org.sonar.java.ast.visitors | |
org.sonar.java.model.statement | |
org.sonar.plugins.java.api.tree |
Provides interfaces to represent Java source code as syntax tree.
|
Modifier and Type | Method and Description |
---|---|
void |
StatementVisitor.visitEmptyStatement(EmptyStatementTree tree) |
Modifier and Type | Class and Description |
---|---|
class |
EmptyStatementTreeImpl |
Modifier and Type | Method and Description |
---|---|
void |
TreeVisitor.visitEmptyStatement(EmptyStatementTree tree) |
void |
BaseTreeVisitor.visitEmptyStatement(EmptyStatementTree tree) |
Copyright © 2012–2016 SonarSource. All rights reserved.