public class JStmtSwitch extends JStmt
| Modifier and Type | Class and Description |
|---|---|
static class |
JStmtSwitch.SwitchLabel
A class to represent individual labels in a switch statement.
|
| Modifier and Type | Field and Description |
|---|---|
JExpr |
expression |
java.util.List<JStmtSwitch.SwitchLabel> |
switchLabels |
| Constructor and Description |
|---|
JStmtSwitch() |
addChild, buildChildren, getBlock, getChild, getChildCount, getChildren, getClassLoader, getClassName, getClassNameImpl, getClassRef, getClassRefImpl, getEnclosingClassDecl, getEnclosingMemberDecl, getEnclosingMethodDecl, getEnd, getEndToken, getFile, getJClass, getLineIndex, getName, getNameImpl, getNodeAtCharIndex, getNodeFields, getNodeFieldsImpl, getNodeParents, getNodePath, getNodeString, getOthers, getParent, getParent, getReferencedClasses, getReferencedClassNames, getReferencedClassNames, getReferencedClassNames, getStart, getStartToken, getString, getVariableDecl, getVariableDeclInside, getVariableDecls, isBlock, setClassName, setClassRef, setEndToken, setJClass, setParent, setStartToken, toStringpublic JExpr expression
public java.util.List<JStmtSwitch.SwitchLabel> switchLabels