Uses of Class
com.strobel.assembler.ir.ExceptionHandler
Packages that use ExceptionHandler
Package
Description
-
Uses of ExceptionHandler in com.strobel.assembler.flowanalysis
Methods in com.strobel.assembler.flowanalysis that return ExceptionHandlerMethods in com.strobel.assembler.flowanalysis with parameters of type ExceptionHandlerModifier and TypeMethodDescriptionfinal voidControlFlowNode.setExceptionHandler(ExceptionHandler exceptionHandler) Constructors in com.strobel.assembler.flowanalysis with parameters of type ExceptionHandlerModifierConstructorDescriptionControlFlowNode(int blockIndex, ExceptionHandler exceptionHandler, ControlFlowNode endFinallyNode) -
Uses of ExceptionHandler in com.strobel.assembler.ir
Methods in com.strobel.assembler.ir that return ExceptionHandlerModifier and TypeMethodDescriptionstatic ExceptionHandlerExceptionHandler.createCatch(InstructionBlock tryBlock, InstructionBlock handlerBlock, TypeReference catchType) static ExceptionHandlerExceptionHandler.createFinally(InstructionBlock tryBlock, InstructionBlock handlerBlock) Methods in com.strobel.assembler.ir with parameters of type ExceptionHandler -
Uses of ExceptionHandler in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata that return types with arguments of type ExceptionHandlerModifier and TypeMethodDescriptionfinal List<ExceptionHandler> MethodBody.getExceptionHandlers()static List<ExceptionHandler> ExceptionHandlerMapper.run(InstructionCollection instructions, List<ExceptionTableEntry> tableEntries) -
Uses of ExceptionHandler in com.strobel.decompiler
Methods in com.strobel.decompiler with parameters of type ExceptionHandlerModifier and TypeMethodDescriptionstatic voidDecompilerHelpers.writeExceptionHandler(ITextOutput output, ExceptionHandler handler)