Uses of Interface
org.sonar.plugins.java.api.tree.IfStatementTree
Packages that use IfStatementTree
Package
Description
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 IfStatementTreeModifier and TypeMethodDescriptionvoid
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 -
Uses of IfStatementTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree with parameters of type IfStatementTreeModifier and TypeMethodDescriptionvoid
BaseTreeVisitor.visitIfStatement
(IfStatementTree tree) void
TreeVisitor.visitIfStatement
(IfStatementTree tree)