Uses of Class
com.strobel.assembler.ir.ExceptionHandlerType
-
Packages that use ExceptionHandlerType Package Description com.strobel.assembler.ir -
-
Uses of ExceptionHandlerType in com.strobel.assembler.ir
Fields in com.strobel.assembler.ir declared as ExceptionHandlerType Modifier and Type Field Description private ExceptionHandlerTypeExceptionHandler. _handlerTypeMethods in com.strobel.assembler.ir that return ExceptionHandlerType Modifier and Type Method Description ExceptionHandlerTypeExceptionHandler. getHandlerType()static ExceptionHandlerTypeExceptionHandlerType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExceptionHandlerType[]ExceptionHandlerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.strobel.assembler.ir with parameters of type ExceptionHandlerType Constructor Description ExceptionHandler(InstructionBlock tryBlock, InstructionBlock handlerBlock, ExceptionHandlerType handlerType, TypeReference catchType)
-