Uses of Class
com.strobel.assembler.ir.InstructionCollection
Packages that use InstructionCollection
-
Uses of InstructionCollection in com.strobel.assembler.metadata
Fields in com.strobel.assembler.metadata declared as InstructionCollectionModifier and TypeFieldDescriptionprivate final InstructionCollection
ExceptionHandlerMapper._instructions
private final InstructionCollection
MethodBody._instructions
Methods in com.strobel.assembler.metadata that return InstructionCollectionMethods in com.strobel.assembler.metadata with parameters of type InstructionCollectionModifier and TypeMethodDescriptionstatic List
<ExceptionHandler> ExceptionHandlerMapper.run
(InstructionCollection instructions, List<ExceptionTableEntry> tableEntries) Constructors in com.strobel.assembler.metadata with parameters of type InstructionCollectionModifierConstructorDescriptionprivate
ExceptionHandlerMapper
(InstructionCollection instructions, List<ExceptionTableEntry> tableEntries) -
Uses of InstructionCollection in com.strobel.decompiler.ast
Fields in com.strobel.decompiler.ast declared as InstructionCollectionModifier and TypeFieldDescriptionprivate InstructionCollection
AstBuilder._instructions
private final InstructionCollection
AstBuilder.FinallyInlining._instructions
Methods in com.strobel.decompiler.ast that return InstructionCollectionModifier and TypeMethodDescriptionprivate static InstructionCollection
AstBuilder.copyInstructions
(List<Instruction> instructions) Methods in com.strobel.decompiler.ast with parameters of type InstructionCollectionModifier and TypeMethodDescriptionprivate static List
<ExceptionHandler> AstBuilder.remapHandlers
(List<ExceptionHandler> handlers, InstructionCollection instructions) (package private) static void
AstBuilder.FinallyInlining.run
(MethodBody body, InstructionCollection instructions, List<ExceptionHandler> handlers, Set<Instruction> removedInstructions) Constructors in com.strobel.decompiler.ast with parameters of type InstructionCollectionModifierConstructorDescriptionprivate
FinallyInlining
(MethodBody body, InstructionCollection instructions, List<ExceptionHandler> handlers, Set<Instruction> removedInstructions)