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 InstructionCollection
ExceptionHandlerMapper. _instructions
private InstructionCollection
MethodBody. _instructions
Methods in com.strobel.assembler.metadata that return InstructionCollection Modifier and Type Method Description InstructionCollection
MethodBody. 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 InstructionCollection
AstBuilder. _instructions
private InstructionCollection
AstBuilder.FinallyInlining. _instructions
Methods in com.strobel.decompiler.ast that return InstructionCollection Modifier and Type Method Description private static InstructionCollection
AstBuilder. 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 void
AstBuilder.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)
-