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 TypeMethodDescriptionvoidCognitiveComplexityVisitor.visitSwitchStatement(SwitchStatementTree tree) voidMethodNestingLevelVisitor.visitSwitchStatement(SwitchStatementTree tree) voidStatementVisitor.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 TypeMethodDescriptionvoidBaseTreeVisitor.visitSwitchStatement(SwitchStatementTree tree) voidTreeVisitor.visitSwitchStatement(SwitchStatementTree tree)