Uses of Interface
org.sonar.plugins.java.api.tree.CaseGroupTree

Packages that use CaseGroupTree
org.sonar.plugins.java.api.tree Provides interfaces to represent Java source code as abstract syntax trees (AST). 
 

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 CaseGroupTree
 List<CaseGroupTree> SwitchStatementTree.cases()
           
 

Methods in org.sonar.plugins.java.api.tree with parameters of type CaseGroupTree
 void BaseTreeVisitor.visitCaseGroup(CaseGroupTree tree)
           
 void TreeVisitor.visitCaseGroup(CaseGroupTree tree)
           
 



Copyright © 2012-2014 SonarSource. All Rights Reserved.