Uses of Interface
org.sonar.plugins.java.api.tree.SwitchStatementTree
Packages that use SwitchStatementTree
Package
Description
Provides interfaces to represent Java source code as syntax tree.
-
Uses of SwitchStatementTree in org.sonar.java.ast.visitors
Methods in org.sonar.java.ast.visitors with parameters of type SwitchStatementTreeModifier and TypeMethodDescriptionvoid
CognitiveComplexityVisitor.visitSwitchStatement
(SwitchStatementTree tree) void
StatementVisitor.visitSwitchStatement
(SwitchStatementTree tree) -
Uses of SwitchStatementTree in org.sonar.java.model.statement
Classes in org.sonar.java.model.statement that implement SwitchStatementTree -
Uses of SwitchStatementTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree with parameters of type SwitchStatementTreeModifier and TypeMethodDescriptionvoid
BaseTreeVisitor.visitSwitchStatement
(SwitchStatementTree tree) void
TreeVisitor.visitSwitchStatement
(SwitchStatementTree tree)