Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTSwitchExpression
-
Packages that use ASTSwitchExpression Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.rule.design net.sourceforge.pmd.lang.java.rule.errorprone -
-
Uses of ASTSwitchExpression in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ASTSwitchExpression Modifier and Type Method Description @NonNull ASTSwitchExpressionASTYieldStatement. getYieldTarget()Returns the switch expression to which this statement yields a value.Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTSwitchExpression Modifier and Type Method Description default RJavaVisitor. visit(ASTSwitchExpression node, P data)RJavaVisitorBase. visit(ASTSwitchExpression node, P data) -
Uses of ASTSwitchExpression in net.sourceforge.pmd.lang.java.rule.design
Methods in net.sourceforge.pmd.lang.java.rule.design with parameters of type ASTSwitchExpression Modifier and Type Method Description ObjectSwitchDensityRule. visit(ASTSwitchExpression node, Object data) -
Uses of ASTSwitchExpression in net.sourceforge.pmd.lang.java.rule.errorprone
Methods in net.sourceforge.pmd.lang.java.rule.errorprone with parameters of type ASTSwitchExpression Modifier and Type Method Description ObjectImplicitSwitchFallThroughRule. visit(ASTSwitchExpression node, Object data)
-