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 FrameStackMapFrame._framestatic 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) private static booleanStackMapAnalyzer.updateFrame(Instruction instruction, Frame inputFrame, Frame outputFrame, Map<Instruction, TypeReference> initializations, Map<Instruction, Frame> frames) 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) -
Uses of Frame in com.strobel.decompiler.ast
Methods in com.strobel.decompiler.ast that return FrameModifier and TypeMethodDescriptionprivate static FrameAstBuilder.createFrame(AstBuilder.StackSlot[] stack, AstBuilder.VariableSlot[] locals) final FrameAstBuilder.ByteCode.getFrameBefore()