Uses of Interface
org.sonar.plugins.java.api.tree.SwitchExpressionTree
Packages that use SwitchExpressionTree
Package
Description
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 -
Uses of SwitchExpressionTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree with parameters of type SwitchExpressionTreeModifier and TypeMethodDescriptionvoid
BaseTreeVisitor.visitSwitchExpression
(SwitchExpressionTree tree) void
TreeVisitor.visitSwitchExpression
(SwitchExpressionTree tree)