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 TypeReferenceprivate Variable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal List<TypeReference> final TypeReferencefinal Variablefinal voidsetExceptionType(TypeReference exceptionType) final voidsetExceptionVariable(Variable exceptionVariable) final voidwriteTo(ITextOutput output) Methods inherited from class com.strobel.decompiler.ast.Block
getBody, getChildren, getEntryGoto, setEntryGotoMethods inherited from class com.strobel.decompiler.ast.Node
getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, isConditionalControlFlow, isUnconditionalControlFlow, toString