Package com.strobel.decompiler.ast
Class BasicBlock
- java.lang.Object
-
- com.strobel.decompiler.ast.Node
-
- com.strobel.decompiler.ast.BasicBlock
-
public final class BasicBlock extends Node
-
-
Field Summary
Fields Modifier and Type Field Description private Collection<Node>
_body
-
Constructor Summary
Constructors Constructor Description BasicBlock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Node>
getBody()
java.util.List<Node>
getChildren()
void
writeTo(ITextOutput output)
-
Methods inherited from class com.strobel.decompiler.ast.Node
getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, isConditionalControlFlow, isUnconditionalControlFlow, toString
-
-
-
-
Field Detail
-
_body
private final Collection<Node> _body
-
-
Method Detail
-
getBody
public final java.util.List<Node> getBody()
-
getChildren
public final java.util.List<Node> getChildren()
- Overrides:
getChildren
in classNode
-
writeTo
public final void writeTo(ITextOutput output)
-
-