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 TypeMethodDescriptionvoidCognitiveComplexityVisitor.visitIfStatement(IfStatementTree tree) voidComplexityVisitor.visitIfStatement(IfStatementTree tree) voidMethodNestingLevelVisitor.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 -
Uses of IfStatementTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree with parameters of type IfStatementTreeModifier and TypeMethodDescriptionvoidBaseTreeVisitor.visitIfStatement(IfStatementTree tree) voidTreeVisitor.visitIfStatement(IfStatementTree tree)