Uses of Interface
org.sonar.plugins.java.api.tree.SwitchStatementTree
-
Packages that use SwitchStatementTree Package Description org.sonar.java.ast.visitors org.sonar.java.model.statement org.sonar.java.resolve org.sonar.java.se.checks org.sonar.plugins.java.api.tree 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 SwitchStatementTree Modifier and Type Method Description void
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 Modifier and Type Class Description class
SwitchStatementTreeImpl
-
Uses of SwitchStatementTree in org.sonar.java.resolve
Methods in org.sonar.java.resolve with parameters of type SwitchStatementTree Modifier and Type Method Description void
FirstPass. visitSwitchStatement(SwitchStatementTree tree)
-
Uses of SwitchStatementTree in org.sonar.java.se.checks
Methods in org.sonar.java.se.checks with parameters of type SwitchStatementTree Modifier and Type Method Description void
SyntaxTreeNameFinder. visitSwitchStatement(SwitchStatementTree tree)
-
Uses of SwitchStatementTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree with parameters of type SwitchStatementTree Modifier and Type Method Description void
BaseTreeVisitor. visitSwitchStatement(SwitchStatementTree tree)
void
TreeVisitor. visitSwitchStatement(SwitchStatementTree tree)
-