Package com.strobel.decompiler.ast
Class Block
java.lang.Object
com.strobel.decompiler.ast.Node
com.strobel.decompiler.ast.Block
- Direct Known Subclasses:
CaseBlock
,CatchBlock
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBody()
final Expression
final void
setEntryGoto
(Expression entryGoto) 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 Details
-
_body
-
_entryGoto
-
-
Constructor Details
-
Block
public Block() -
Block
-
Block
-
-
Method Details
-
getEntryGoto
-
setEntryGoto
-
getBody
-
getChildren
- Overrides:
getChildren
in classNode
-
writeTo
-