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 Block
getBody, getChildren, getEntryGoto, setEntryGotoMethods inherited from class Node
getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getChildrenAndSelfRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, getSelfAndChildrenRecursive, isConditionalControlFlow, isUnconditionalControlFlow, toString