Uses of Class
com.strobel.assembler.ir.InstructionCollection
-
Packages that use InstructionCollection Package Description com.strobel.assembler.metadata com.strobel.decompiler.ast -
-
Uses of InstructionCollection in com.strobel.assembler.metadata
Fields in com.strobel.assembler.metadata declared as InstructionCollection Modifier and Type Field Description private InstructionCollectionExceptionHandlerMapper. _instructionsprivate InstructionCollectionMethodBody. _instructionsMethods in com.strobel.assembler.metadata that return InstructionCollection Modifier and Type Method Description InstructionCollectionMethodBody. getInstructions()Methods in com.strobel.assembler.metadata with parameters of type InstructionCollection Modifier and Type Method Description static java.util.List<ExceptionHandler>ExceptionHandlerMapper. run(InstructionCollection instructions, java.util.List<ExceptionTableEntry> tableEntries)Constructors in com.strobel.assembler.metadata with parameters of type InstructionCollection Constructor Description ExceptionHandlerMapper(InstructionCollection instructions, java.util.List<ExceptionTableEntry> tableEntries) -
Uses of InstructionCollection in com.strobel.decompiler.ast
Fields in com.strobel.decompiler.ast declared as InstructionCollection Modifier and Type Field Description private InstructionCollectionAstBuilder. _instructionsprivate InstructionCollectionAstBuilder.FinallyInlining. _instructionsMethods in com.strobel.decompiler.ast that return InstructionCollection Modifier and Type Method Description private static InstructionCollectionAstBuilder. copyInstructions(java.util.List<Instruction> instructions)Methods in com.strobel.decompiler.ast with parameters of type InstructionCollection Modifier and Type Method Description private static java.util.List<ExceptionHandler>AstBuilder. remapHandlers(java.util.List<ExceptionHandler> handlers, InstructionCollection instructions)(package private) static voidAstBuilder.FinallyInlining. run(MethodBody body, InstructionCollection instructions, java.util.List<ExceptionHandler> handlers, java.util.Set<Instruction> removedInstructions)Constructors in com.strobel.decompiler.ast with parameters of type InstructionCollection Constructor Description FinallyInlining(MethodBody body, InstructionCollection instructions, java.util.List<ExceptionHandler> handlers, java.util.Set<Instruction> removedInstructions)
-