Uses of Enum Class
com.strobel.assembler.ir.FrameType
Packages that use FrameType
-
Uses of FrameType in com.strobel.assembler.ir
Fields in com.strobel.assembler.ir declared as FrameTypeMethods in com.strobel.assembler.ir that return FrameTypeModifier and TypeMethodDescriptionfinal FrameType
Frame.getFrameType()
static FrameType
Returns 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 RuntimeException
Error.stackMapperCalledWithUnexpandedFrame
(FrameType frameType) Constructors in com.strobel.assembler.ir with parameters of type FrameTypeModifierConstructorDescriptionFrame
(FrameType frameType, FrameValue[] localValues, FrameValue[] stackValues) private
Frame
(FrameType frameType, List<FrameValue> localValues, List<FrameValue> stackValues)