Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTSwitchLabel
-
Packages that use ASTSwitchLabel Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST. -
-
Uses of ASTSwitchLabel in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ASTSwitchLabel Modifier and Type Method Description default ASTSwitchLabel
ASTSwitchBranch. getLabel()
Returns the label, which may be compound.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTSwitchLabel Modifier and Type Method Description default R
JavaVisitor. visit(ASTSwitchLabel node, P data)
-