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
Methods in org.sonar.java.model.statement that return SwitchExpressionTree Modifier and Type Method Description SwitchExpressionTree
SwitchStatementTreeImpl. asSwitchExpression()
Constructors in org.sonar.java.model.statement with parameters of type SwitchExpressionTree Constructor Description SwitchStatementTreeImpl(SwitchExpressionTree switchExpression)
-
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()
Consider the statement as a Switch expressionMethods 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)
-