Uses of Interface
net.sourceforge.pmd.lang.java.ast.ASTSwitchLike
Packages that use ASTSwitchLike
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of ASTSwitchLike in net.sourceforge.pmd.lang.java.ast
Classes in net.sourceforge.pmd.lang.java.ast that implement ASTSwitchLikeModifier and TypeClassDescriptionfinal classA switch expression, as introduced in Java 12.final classRepresents 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 ASTSwitchLikeModifier and TypeMethodDescriptionSwitchDensityRule.visitSwitchLike(ASTSwitchLike node, Object data)