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 Expressionfinal voidsetEntryGoto(Expression entryGoto) voidwriteTo(ITextOutput output) Methods inherited from class 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:
getChildrenin classNode
-
writeTo
-