Uses of Enum Class
com.strobel.assembler.ir.FrameType
Packages that use FrameType
-
Uses of FrameType in com.strobel.assembler.ir
Subclasses with type arguments of type FrameType in com.strobel.assembler.irFields in com.strobel.assembler.ir declared as FrameTypeMethods in com.strobel.assembler.ir that return FrameTypeModifier and TypeMethodDescriptionfinal FrameTypeFrame.getFrameType()static FrameTypeReturns the enum constant of this class with the specified name.static FrameType[]FrameType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.strobel.assembler.ir with parameters of type FrameTypeModifier and TypeMethodDescriptionstatic RuntimeExceptionError.stackMapperCalledWithUnexpandedFrame(FrameType frameType) Constructors in com.strobel.assembler.ir with parameters of type FrameTypeModifierConstructorDescriptionFrame(FrameType frameType, FrameValue[] localValues, FrameValue[] stackValues) privateFrame(FrameType frameType, List<FrameValue> localValues, List<FrameValue> stackValues)