Uses of Enum Class
com.strobel.assembler.ir.FrameValueType
Packages that use FrameValueType
-
Uses of FrameValueType in com.strobel.assembler.ir
Fields in com.strobel.assembler.ir declared as FrameValueTypeMethods in com.strobel.assembler.ir that return FrameValueTypeModifier and TypeMethodDescriptionfinal FrameValueType
FrameValue.getType()
static FrameValueType
Returns the enum constant of this class with the specified name.static FrameValueType[]
FrameValueType.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 FrameValueTypeModifierConstructorDescriptionprivate
FrameValue
(FrameValueType type) private
FrameValue
(FrameValueType type, Object parameter)