| 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 | Description |
|---|---|---|
void |
CognitiveComplexityVisitor.visitIfStatement(IfStatementTree tree) |
|
void |
ComplexityVisitor.visitIfStatement(IfStatementTree tree) |
|
void |
StatementVisitor.visitIfStatement(IfStatementTree tree) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
IfStatementTreeImpl |
| Modifier and Type | Method | Description |
|---|---|---|
void |
BaseTreeVisitor.visitIfStatement(IfStatementTree tree) |
|
void |
TreeVisitor.visitIfStatement(IfStatementTree tree) |
Copyright © 2012–2018 SonarSource. All rights reserved.