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.irMethods 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.Constructors in com.strobel.assembler.ir with parameters of type FrameTypeModifierConstructorDescriptionFrame(FrameType frameType, FrameValue[] localValues, FrameValue[] stackValues)