Uses of Class
com.strobel.assembler.ir.Frame
Packages that use Frame
-
Uses of Frame in com.strobel.assembler.ir
Fields in com.strobel.assembler.ir declared as FrameModifier and TypeFieldDescriptionstatic final FrameFrame.NEW_EMPTYstatic final FrameFrame.SAMEMethods in com.strobel.assembler.ir that return FrameModifier and TypeMethodDescriptionfinal FrameStackMappingVisitor.buildFrame()static FrameFrame.computeDelta(Frame previous, Frame current) final FrameStackMapFrame.getFrame()static FrameFrame.merge(Frame input, Frame output, Frame next, Map<Instruction, TypeReference> initializations) final FrameFrame.withEmptyStack()Methods in com.strobel.assembler.ir with parameters of type FrameModifier and TypeMethodDescriptionstatic FrameFrame.computeDelta(Frame previous, Frame current) static FrameFrame.merge(Frame input, Frame output, Frame next, Map<Instruction, TypeReference> initializations) voidStackMappingVisitor.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 voidDecompilerHelpers.writeFrame(ITextOutput writer, Frame frame)