Uses of Interface
com.github.javaparser.ast.nodeTypes.SwitchNode
Packages that use SwitchNode
Package
Description
-
Uses of SwitchNode in com.github.javaparser.ast.expr
Classes in com.github.javaparser.ast.expr that implement SwitchNode -
Uses of SwitchNode in com.github.javaparser.ast.nodeTypes
Methods in com.github.javaparser.ast.nodeTypes that return SwitchNodeModifier and TypeMethodDescriptionSwitchNode.clone()
SwitchNode.setEntries
(NodeList<SwitchEntry> entries) SwitchNode.setSelector
(Expression selector) -
Uses of SwitchNode in com.github.javaparser.ast.stmt
Classes in com.github.javaparser.ast.stmt that implement SwitchNode -
Uses of SwitchNode in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type SwitchNodeModifier and TypeMethodDescriptionprivate void
DefaultPrettyPrinterVisitor.printSwitchNode
(SwitchNode n, Void arg) private void
PrettyPrintVisitor.printSwitchNode
(SwitchNode n, Void arg) Deprecated.