Class TryCatchBlock
java.lang.Object
com.strobel.decompiler.ast.Node
com.strobel.decompiler.ast.TryCatchBlock
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final List<CatchBlock> private Blockprivate booleanprivate Block -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal List<CatchBlock> final Blockfinal Blockfinal booleanfinal voidsetFinallyBlock(Block finallyBlock) final voidsetSynchronized(boolean simpleSynchronized) final voidsetTryBlock(Block tryBlock) final voidwriteTo(ITextOutput output) Methods inherited from class 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:
getChildrenin classNode
-
writeTo
-