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.types.ast -
-
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 ASTSwitchExpression
ASTYieldStatement. 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 R
JavaVisitor. visit(ASTSwitchExpression node, P data)
R
JavaVisitorBase. 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 Object
SwitchDensityRule. visit(ASTSwitchExpression node, Object data)
-
Uses of ASTSwitchExpression in net.sourceforge.pmd.lang.java.types.ast
Methods in net.sourceforge.pmd.lang.java.types.ast with parameters of type ASTSwitchExpression Modifier and Type Method Description JTypeMirror
LazyTypeResolver. visit(ASTSwitchExpression node, TypingContext ctx)
-