Uses of Class
com.strobel.assembler.ir.FrameValue
Packages that use FrameValue
-
Uses of FrameValue in com.strobel.assembler.ir
Fields in com.strobel.assembler.ir declared as FrameValueModifier and TypeFieldDescriptionstatic final FrameValueFrameValue.DOUBLEstatic final FrameValueFrameValue.EMPTYstatic final FrameValue[]Frame.EMPTY_VALUESstatic final FrameValue[]FrameValue.EMPTY_VALUESstatic final FrameValueFrameValue.FLOATstatic final FrameValueFrameValue.INTEGERstatic final FrameValueFrameValue.LONGstatic final FrameValueFrameValue.NULLstatic final FrameValueFrameValue.OUT_OF_SCOPEstatic final FrameValueFrameValue.TOPstatic final FrameValueFrameValue.UNINITIALIZEDstatic final FrameValueFrameValue.UNINITIALIZED_THISMethods in com.strobel.assembler.ir that return FrameValueModifier and TypeMethodDescriptionprotected final FrameValueStackMappingVisitor.get(int local) final FrameValue[]StackMappingVisitor.getLocalsSnapshot()final FrameValueStackMappingVisitor.getLocalValue(int slot) final FrameValue[]StackMappingVisitor.getStackSnapshot()final FrameValueStackMappingVisitor.getStackValue(int offset) static FrameValueFrameValue.makeAddress(Instruction target) static FrameValueFrameValue.makeMethodHandle(MethodHandle handle) static FrameValueFrameValue.makeReference(TypeReference type) static FrameValueFrameValue.makeUninitializedReference(Instruction newInstruction) protected final FrameValueStackMappingVisitor.peek()protected final FrameValueStackMappingVisitor.pop()Methods in com.strobel.assembler.ir that return types with arguments of type FrameValueModifier and TypeMethodDescriptionfinal List<FrameValue> Frame.getLocalValues()final List<FrameValue> Frame.getStackValues()Methods in com.strobel.assembler.ir with parameters of type FrameValueModifier and TypeMethodDescriptionprotected voidStackMappingVisitor.initialize(FrameValue value, TypeReference type) protected final voidStackMappingVisitor.push(FrameValue value) protected final voidStackMappingVisitor.set(int local, FrameValue value) Constructors in com.strobel.assembler.ir with parameters of type FrameValueModifierConstructorDescriptionFrame(FrameType frameType, FrameValue[] localValues, FrameValue[] stackValues)