Uses of Interface
org.sonar.plugins.java.api.tree.CaseLabelTree
-
Packages that use CaseLabelTree Package Description org.sonar.java.ast.visitors org.sonar.java.model.statement org.sonar.plugins.java.api.tree Provides interfaces to represent Java source code as syntax tree. -
-
Uses of CaseLabelTree in org.sonar.java.ast.visitors
Methods in org.sonar.java.ast.visitors with parameters of type CaseLabelTree Modifier and Type Method Description void
ComplexityVisitor. visitCaseLabel(CaseLabelTree tree)
-
Uses of CaseLabelTree in org.sonar.java.model.statement
Classes in org.sonar.java.model.statement that implement CaseLabelTree Modifier and Type Class Description class
CaseLabelTreeImpl
Methods in org.sonar.java.model.statement that return types with arguments of type CaseLabelTree Modifier and Type Method Description List<CaseLabelTree>
CaseGroupTreeImpl. labels()
-
Uses of CaseLabelTree in org.sonar.plugins.java.api.tree
Methods in org.sonar.plugins.java.api.tree that return types with arguments of type CaseLabelTree Modifier and Type Method Description List<CaseLabelTree>
CaseGroupTree. labels()
Methods in org.sonar.plugins.java.api.tree with parameters of type CaseLabelTree Modifier and Type Method Description void
BaseTreeVisitor. visitCaseLabel(CaseLabelTree tree)
void
TreeVisitor. visitCaseLabel(CaseLabelTree tree)
-