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 TypeMethodDescriptionvoid
CognitiveComplexityVisitor.visitWhileStatement
(WhileStatementTree tree) void
ComplexityVisitor.visitWhileStatement
(WhileStatementTree tree) void
StatementVisitor.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 TypeMethodDescriptionvoid
BaseTreeVisitor.visitWhileStatement
(WhileStatementTree tree) void
TreeVisitor.visitWhileStatement
(WhileStatementTree tree)