Package com.strobel.decompiler.ast
Class CatchBlock
java.lang.Object
com.strobel.decompiler.ast.Node
com.strobel.decompiler.ast.Block
com.strobel.decompiler.ast.CatchBlock
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Collection
<TypeReference> private TypeReference
private Variable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal List
<TypeReference> final TypeReference
final Variable
final void
setExceptionType
(TypeReference exceptionType) final void
setExceptionVariable
(Variable exceptionVariable) final void
writeTo
(ITextOutput output) Methods inherited from class com.strobel.decompiler.ast.Block
getBody, getChildren, getEntryGoto, setEntryGoto
Methods inherited from class com.strobel.decompiler.ast.Node
getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, isConditionalControlFlow, isUnconditionalControlFlow, toString