Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTSwitchExpression
Packages that use ASTSwitchExpression
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of ASTSwitchExpression in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ASTSwitchExpressionModifier and TypeMethodDescription@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 ASTSwitchExpressionModifier and TypeMethodDescriptiondefault RJavaVisitor.visit(ASTSwitchExpression node, P data) 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 -
Uses of ASTSwitchExpression in net.sourceforge.pmd.lang.java.rule.errorprone
Methods in net.sourceforge.pmd.lang.java.rule.errorprone with parameters of type ASTSwitchExpressionModifier and TypeMethodDescriptionImplicitSwitchFallThroughRule.visit(ASTSwitchExpression node, Object data)