Uses of Enum Class
com.strobel.assembler.ir.ExceptionHandlerType
Packages that use ExceptionHandlerType
-
Uses of ExceptionHandlerType in com.strobel.assembler.ir
Subclasses with type arguments of type ExceptionHandlerType in com.strobel.assembler.irFields in com.strobel.assembler.ir declared as ExceptionHandlerTypeModifier and TypeFieldDescriptionprivate final ExceptionHandlerTypeExceptionHandler._handlerTypeMethods in com.strobel.assembler.ir that return ExceptionHandlerTypeModifier and TypeMethodDescriptionfinal ExceptionHandlerTypeExceptionHandler.getHandlerType()static ExceptionHandlerTypeReturns 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 ExceptionHandlerTypeModifierConstructorDescriptionprivateExceptionHandler(InstructionBlock tryBlock, InstructionBlock handlerBlock, ExceptionHandlerType handlerType, TypeReference catchType)