Uses of Interface
org.sonar.plugins.java.api.tree.IfStatementTree
-
Packages that use IfStatementTree 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. -
-
Uses of IfStatementTree in org.sonar.java.ast.visitors
Methods in org.sonar.java.ast.visitors with parameters of type IfStatementTree Modifier and Type Method Description void
CognitiveComplexityVisitor. visitIfStatement(IfStatementTree tree)
void
ComplexityVisitor. visitIfStatement(IfStatementTree tree)
void
StatementVisitor. visitIfStatement(IfStatementTree tree)
-
Uses of IfStatementTree in org.sonar.java.model.statement
Classes in org.sonar.java.model.statement that implement IfStatementTree Modifier and Type Class Description class
IfStatementTreeImpl
-
Uses of IfStatementTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree with parameters of type IfStatementTree Modifier and Type Method Description void
BaseTreeVisitor. visitIfStatement(IfStatementTree tree)
void
TreeVisitor. visitIfStatement(IfStatementTree tree)
-