public class Block extends Node
| Constructor and Description |
|---|
Block() |
Block(java.lang.Iterable<Node> body) |
Block(Node... body) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Node> |
getBody() |
java.util.List<Node> |
getChildren() |
Expression |
getEntryGoto() |
void |
setEntryGoto(Expression entryGoto) |
void |
writeTo(ITextOutput output) |
getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, isConditionalControlFlow, isUnconditionalControlFlow, toStringpublic Block()
public Block(java.lang.Iterable<Node> body)
public Block(Node... body)
public final Expression getEntryGoto()
public final void setEntryGoto(Expression entryGoto)
public final java.util.List<Node> getBody()
public final java.util.List<Node> getChildren()
getChildren in class Nodepublic void writeTo(ITextOutput output)