Uses of Interface
net.sourceforge.pmd.lang.java.ast.ASTSwitchLike
-
Packages that use ASTSwitchLike Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.rule.design -
-
Uses of ASTSwitchLike in net.sourceforge.pmd.lang.java.ast
Classes in net.sourceforge.pmd.lang.java.ast that implement ASTSwitchLike Modifier and Type Class Description classASTSwitchExpressionA switch expression, as introduced in Java 12.classASTSwitchStatementRepresents aswitchstatement. -
Uses of ASTSwitchLike in net.sourceforge.pmd.lang.java.rule.design
Methods in net.sourceforge.pmd.lang.java.rule.design with parameters of type ASTSwitchLike Modifier and Type Method Description VoidSwitchDensityRule. visitSwitchLike(ASTSwitchLike node, Object data)
-