Package com.strobel.decompiler.ast
Class TryCatchBlock
java.lang.Object
com.strobel.decompiler.ast.Node
com.strobel.decompiler.ast.TryCatchBlock
-
Field Summary
-
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 com.strobel.decompiler.ast.Node
getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, isConditionalControlFlow, isUnconditionalControlFlow, toString
-
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
-