Uses of Enum Class
com.strobel.assembler.ir.FrameValueType
Packages that use FrameValueType
-
Uses of FrameValueType in com.strobel.assembler.ir
Subclasses with type arguments of type FrameValueType in com.strobel.assembler.irFields in com.strobel.assembler.ir declared as FrameValueTypeMethods in com.strobel.assembler.ir that return FrameValueTypeModifier and TypeMethodDescriptionfinal FrameValueTypeFrameValue.getType()static FrameValueTypeReturns 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 FrameValueTypeModifierConstructorDescriptionprivateFrameValue(FrameValueType type) privateFrameValue(FrameValueType type, Object parameter)