Uses of Interface
org.sonar.plugins.java.api.tree.SwitchExpressionTree
-
Packages that use SwitchExpressionTree Package Description org.sonar.java.model.statement org.sonar.plugins.java.api.tree Provides interfaces to represent Java source code as syntax tree. -
-
Uses of SwitchExpressionTree in org.sonar.java.model.statement
Classes in org.sonar.java.model.statement that implement SwitchExpressionTree Modifier and Type Class Description class
SwitchExpressionTreeImpl
class
SwitchStatementTreeImpl
Methods in org.sonar.java.model.statement that return SwitchExpressionTree Modifier and Type Method Description SwitchExpressionTree
SwitchStatementTreeImpl. asSwitchExpression()
-
Uses of SwitchExpressionTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree that return SwitchExpressionTree Modifier and Type Method Description SwitchExpressionTree
SwitchStatementTree. asSwitchExpression()
Deprecated.since SonarJava 6.15, for removal, SwitchStatementTree will not have an underlying SwitchExpressionTree but share the same SwitchTree interface with SwitchExpressionTreeMethods in org.sonar.plugins.java.api.tree with parameters of type SwitchExpressionTree Modifier and Type Method Description void
BaseTreeVisitor. visitSwitchExpression(SwitchExpressionTree tree)
void
TreeVisitor. visitSwitchExpression(SwitchExpressionTree tree)
-