Uses of Enum Class
com.strobel.assembler.ir.ExceptionHandlerType
Packages that use ExceptionHandlerType
-
Uses of ExceptionHandlerType in com.strobel.assembler.ir
Fields in com.strobel.assembler.ir declared as ExceptionHandlerTypeModifier and TypeFieldDescriptionprivate final ExceptionHandlerType
ExceptionHandler._handlerType
Methods in com.strobel.assembler.ir that return ExceptionHandlerTypeModifier and TypeMethodDescriptionfinal ExceptionHandlerType
ExceptionHandler.getHandlerType()
static ExceptionHandlerType
Returns the enum constant of this class with the specified name.static ExceptionHandlerType[]
ExceptionHandlerType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.strobel.assembler.ir with parameters of type ExceptionHandlerTypeModifierConstructorDescriptionprivate
ExceptionHandler
(InstructionBlock tryBlock, InstructionBlock handlerBlock, ExceptionHandlerType handlerType, TypeReference catchType)