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 voidCognitiveComplexityVisitor. visitIfStatement(IfStatementTree tree)voidComplexityVisitor. visitIfStatement(IfStatementTree tree)voidStatementVisitor. 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 classIfStatementTreeImpl -
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 voidBaseTreeVisitor. visitIfStatement(IfStatementTree tree)voidTreeVisitor. visitIfStatement(IfStatementTree tree)
-