public final class Switch extends Node
| Constructor and Description |
|---|
Switch() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CaseBlock> |
getCaseBlocks() |
java.util.List<Node> |
getChildren() |
Expression |
getCondition() |
void |
setCondition(Expression condition) |
void |
writeTo(ITextOutput output) |
getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, isConditionalControlFlow, isUnconditionalControlFlow, toStringpublic final Expression getCondition()
public final void setCondition(Expression condition)
public final java.util.List<CaseBlock> getCaseBlocks()
public final java.util.List<Node> getChildren()
getChildren in class Nodepublic final void writeTo(ITextOutput output)