Uses of Interface
org.sonar.plugins.java.api.tree.CaseGroupTree
Packages that use CaseGroupTree
Package
Description
Provides interfaces to represent Java source code as syntax tree.
-
Uses of CaseGroupTree in org.sonar.java.cfg
Methods in org.sonar.java.cfg that return CaseGroupTreeModifier and TypeMethodDescriptionCFG.Block.caseGroup()
Label is used to contain additional information about a block which is not directly related to CFG structure.Methods in org.sonar.java.cfg with parameters of type CaseGroupTree -
Uses of CaseGroupTree in org.sonar.java.model.statement
Classes in org.sonar.java.model.statement that implement CaseGroupTreeMethods in org.sonar.java.model.statement that return types with arguments of type CaseGroupTree -
Uses of CaseGroupTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree that return types with arguments of type CaseGroupTreeMethods in org.sonar.plugins.java.api.tree with parameters of type CaseGroupTreeModifier and TypeMethodDescriptionvoid
BaseTreeVisitor.visitCaseGroup(CaseGroupTree tree)
void
TreeVisitor.visitCaseGroup(CaseGroupTree tree)