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 InstructionCollectionExceptionHandlerMapper._instructionsprivate final InstructionCollectionMethodBody._instructionsMethods 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 InstructionCollectionModifierConstructorDescriptionprivateExceptionHandlerMapper(InstructionCollection instructions, List<ExceptionTableEntry> tableEntries) -
Uses of InstructionCollection in com.strobel.decompiler.ast
Fields in com.strobel.decompiler.ast declared as InstructionCollectionModifier and TypeFieldDescriptionprivate InstructionCollectionAstBuilder._instructionsprivate final InstructionCollectionAstBuilder.FinallyInlining._instructionsMethods in com.strobel.decompiler.ast that return InstructionCollectionModifier and TypeMethodDescriptionprivate static InstructionCollectionAstBuilder.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 voidAstBuilder.FinallyInlining.run(MethodBody body, InstructionCollection instructions, List<ExceptionHandler> handlers, Set<Instruction> removedInstructions) Constructors in com.strobel.decompiler.ast with parameters of type InstructionCollectionModifierConstructorDescriptionprivateFinallyInlining(MethodBody body, InstructionCollection instructions, List<ExceptionHandler> handlers, Set<Instruction> removedInstructions)