Uses of Interface
org.sonar.plugins.java.api.tree.WhileStatementTree
Packages that use WhileStatementTree
Package
Description
Provides interfaces to represent Java source code as syntax tree.
-
Uses of WhileStatementTree in org.sonar.java.ast.visitors
Methods in org.sonar.java.ast.visitors with parameters of type WhileStatementTreeModifier and TypeMethodDescriptionvoidCognitiveComplexityVisitor.visitWhileStatement(WhileStatementTree tree) voidComplexityVisitor.visitWhileStatement(WhileStatementTree tree) voidMethodNestingLevelVisitor.visitWhileStatement(WhileStatementTree tree) voidStatementVisitor.visitWhileStatement(WhileStatementTree tree) -
Uses of WhileStatementTree in org.sonar.java.model.statement
Classes in org.sonar.java.model.statement that implement WhileStatementTree -
Uses of WhileStatementTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree with parameters of type WhileStatementTreeModifier and TypeMethodDescriptionvoidBaseTreeVisitor.visitWhileStatement(WhileStatementTree tree) voidTreeVisitor.visitWhileStatement(WhileStatementTree tree)