Uses of Interface
com.github.javaparser.ast.nodeTypes.SwitchNode
-
Packages that use SwitchNode Package Description com.github.javaparser.ast.expr com.github.javaparser.ast.nodeTypes com.github.javaparser.ast.stmt com.github.javaparser.printer -
-
Uses of SwitchNode in com.github.javaparser.ast.expr
Classes in com.github.javaparser.ast.expr that implement SwitchNode Modifier and Type Class Description class
SwitchExpr
The switch expression -
Uses of SwitchNode in com.github.javaparser.ast.nodeTypes
Methods in com.github.javaparser.ast.nodeTypes that return SwitchNode Modifier and Type Method Description SwitchNode
SwitchNode. clone()
SwitchNode
SwitchNode. setEntries(NodeList<SwitchEntry> entries)
SwitchNode
SwitchNode. setSelector(Expression selector)
-
Uses of SwitchNode in com.github.javaparser.ast.stmt
Classes in com.github.javaparser.ast.stmt that implement SwitchNode Modifier and Type Class Description class
SwitchStmt
The switch statement -
Uses of SwitchNode in com.github.javaparser.printer
Methods in com.github.javaparser.printer with parameters of type SwitchNode Modifier and Type Method Description private void
DefaultPrettyPrinterVisitor. printSwitchNode(SwitchNode n, java.lang.Void arg)
private void
PrettyPrintVisitor. printSwitchNode(SwitchNode n, java.lang.Void arg)
Deprecated.
-