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 -
-
Uses of SwitchNode in com.github.javaparser.ast.expr
Classes in com.github.javaparser.ast.expr that implement SwitchNode Modifier and Type Class Description classSwitchExprThe 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 SwitchNodeSwitchNode. clone()SwitchNodeSwitchNode. setEntries(NodeList<SwitchEntry> entries)SwitchNodeSwitchNode. 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 classSwitchStmtThe switch statement
-