Uses of Class
com.strobel.assembler.ir.attributes.ExceptionTableEntry
Packages that use ExceptionTableEntry
-
Uses of ExceptionTableEntry in com.strobel.assembler.ir.attributes
Methods in com.strobel.assembler.ir.attributes that return types with arguments of type ExceptionTableEntryConstructors in com.strobel.assembler.ir.attributes with parameters of type ExceptionTableEntryModifierConstructorDescriptionCodeAttribute(int size, int codeOffset, int codeSize, int maxStack, int maxLocals, ExceptionTableEntry[] exceptionTableEntries, SourceAttribute[] attributes) CodeAttribute(int size, int maxStack, int maxLocals, int codeOffset, int codeSize, Buffer buffer, ExceptionTableEntry[] exceptionTableEntries, SourceAttribute[] attributes) -
Uses of ExceptionTableEntry in com.strobel.assembler.metadata
Method parameters in com.strobel.assembler.metadata with type arguments of type ExceptionTableEntryModifier and TypeMethodDescriptionstatic List<ExceptionHandler> ExceptionHandlerMapper.run(InstructionCollection instructions, List<ExceptionTableEntry> tableEntries)