Uses of Class
com.strobel.assembler.ir.Frame
-
Packages that use Frame Package Description com.strobel.assembler.ir com.strobel.assembler.metadata com.strobel.decompiler com.strobel.decompiler.ast -
-
Uses of Frame in com.strobel.assembler.ir
Fields in com.strobel.assembler.ir declared as Frame Modifier and Type Field Description private FrameStackMapFrame. _framestatic FrameFrame. NEW_EMPTYstatic FrameFrame. SAMEMethods in com.strobel.assembler.ir that return Frame Modifier and Type Method Description FrameStackMappingVisitor. buildFrame()static FrameFrame. computeDelta(Frame previous, Frame current)FrameStackMapFrame. getFrame()static FrameFrame. merge(Frame input, Frame output, Frame next, java.util.Map<Instruction,TypeReference> initializations)FrameFrame. withEmptyStack()Methods in com.strobel.assembler.ir with parameters of type Frame Modifier and Type Method Description static FrameFrame. computeDelta(Frame previous, Frame current)static FrameFrame. merge(Frame input, Frame output, Frame next, java.util.Map<Instruction,TypeReference> initializations)private static booleanStackMapAnalyzer. updateFrame(Instruction instruction, Frame inputFrame, Frame outputFrame, java.util.Map<Instruction,TypeReference> initializations, java.util.Map<Instruction,Frame> frames)voidStackMappingVisitor. visitFrame(Frame frame)Constructors in com.strobel.assembler.ir with parameters of type Frame Constructor Description StackMapFrame(Frame frame, Instruction startInstruction) -
Uses of Frame in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata with parameters of type Frame Modifier and Type Method Description voidMethodVisitor. visitFrame(Frame frame) -
Uses of Frame in com.strobel.decompiler
Methods in com.strobel.decompiler with parameters of type Frame Modifier and Type Method Description static voidDecompilerHelpers. writeFrame(ITextOutput writer, Frame frame) -
Uses of Frame in com.strobel.decompiler.ast
Methods in com.strobel.decompiler.ast that return Frame Modifier and Type Method Description private static FrameAstBuilder. createFrame(AstBuilder.StackSlot[] stack, AstBuilder.VariableSlot[] locals)FrameAstBuilder.ByteCode. getFrameBefore()
-