Uses of Class
com.strobel.assembler.ir.Frame
Packages that use Frame
Package
Description
-
Uses of Frame in com.strobel.assembler.ir
Fields in com.strobel.assembler.ir declared as FrameModifier and TypeFieldDescriptionprivate final Frame
StackMapFrame._frame
static final Frame
Frame.NEW_EMPTY
static final Frame
Frame.SAME
Methods in com.strobel.assembler.ir that return FrameModifier and TypeMethodDescriptionfinal Frame
StackMappingVisitor.buildFrame()
static Frame
Frame.computeDelta
(Frame previous, Frame current) final Frame
StackMapFrame.getFrame()
static Frame
Frame.merge
(Frame input, Frame output, Frame next, Map<Instruction, TypeReference> initializations) final Frame
Frame.withEmptyStack()
Methods in com.strobel.assembler.ir with parameters of type FrameModifier and TypeMethodDescriptionstatic Frame
Frame.computeDelta
(Frame previous, Frame current) static Frame
Frame.merge
(Frame input, Frame output, Frame next, Map<Instruction, TypeReference> initializations) private static boolean
StackMapAnalyzer.updateFrame
(Instruction instruction, Frame inputFrame, Frame outputFrame, Map<Instruction, TypeReference> initializations, Map<Instruction, Frame> frames) void
StackMappingVisitor.visitFrame
(Frame frame) Constructors in com.strobel.assembler.ir with parameters of type Frame -
Uses of Frame in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata with parameters of type Frame -
Uses of Frame in com.strobel.decompiler
Methods in com.strobel.decompiler with parameters of type FrameModifier and TypeMethodDescriptionstatic void
DecompilerHelpers.writeFrame
(ITextOutput writer, Frame frame) -
Uses of Frame in com.strobel.decompiler.ast
Methods in com.strobel.decompiler.ast that return FrameModifier and TypeMethodDescriptionprivate static Frame
AstBuilder.createFrame
(AstBuilder.StackSlot[] stack, AstBuilder.VariableSlot[] locals) final Frame
AstBuilder.ByteCode.getFrameBefore()