Uses of Interface
net.sourceforge.pmd.lang.java.ast.ASTSwitchBranch
Packages that use ASTSwitchBranch
Package
Description
Contains the classes and interfaces modelling the Java AST.
-
Uses of ASTSwitchBranch in net.sourceforge.pmd.lang.java.ast
Classes in net.sourceforge.pmd.lang.java.ast that implement ASTSwitchBranchModifier and TypeClassDescriptionfinal classA non-fallthrough switch rule, introduced with switch expressions.final classA fallthrough switch branch.Methods in net.sourceforge.pmd.lang.java.ast that return ASTSwitchBranchModifier and TypeMethodDescriptiondefault @Nullable ASTSwitchBranchASTSwitchBranch.getNextBranch()Returns the next branch, if it exists.default @Nullable ASTSwitchBranchASTSwitchBranch.getPreviousBranch()Returns the previous branch, if it exists.Methods in net.sourceforge.pmd.lang.java.ast that return types with arguments of type ASTSwitchBranchModifier and TypeMethodDescriptiondefault NodeStream<ASTSwitchBranch>ASTSwitchLike.getBranches()Returns a stream of all branches of this switch.default Iterator<ASTSwitchBranch>ASTSwitchLike.iterator()