public final class BasicBlock extends Node
| Constructor and Description |
|---|
BasicBlock() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Node> |
getBody() |
java.util.List<Node> |
getChildren() |
void |
writeTo(ITextOutput output) |
getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, isConditionalControlFlow, isUnconditionalControlFlow, toStringpublic final java.util.List<Node> getBody()
public final java.util.List<Node> getChildren()
getChildren in class Nodepublic final void writeTo(ITextOutput output)