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