Package com.strobel.decompiler.ast
Class TryCatchBlock
java.lang.Object
com.strobel.decompiler.ast.Node
com.strobel.decompiler.ast.TryCatchBlock
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List
<CatchBlock> private Block
private boolean
private Block
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal List
<CatchBlock> final Block
final Block
final boolean
final void
setFinallyBlock
(Block finallyBlock) final void
setSynchronized
(boolean simpleSynchronized) final void
setTryBlock
(Block tryBlock) final 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
-
_catchBlocks
-
_tryBlock
-
_finallyBlock
-
_synchronized
private boolean _synchronized
-
-
Constructor Details
-
TryCatchBlock
public TryCatchBlock()
-
-
Method Details
-
getTryBlock
-
setTryBlock
-
getCatchBlocks
-
getFinallyBlock
-
setFinallyBlock
-
isSynchronized
public final boolean isSynchronized() -
setSynchronized
public final void setSynchronized(boolean simpleSynchronized) -
getChildren
- Overrides:
getChildren
in classNode
-
writeTo
-