public enum FrameValueType extends java.lang.Enum<FrameValueType>
| Enum Constant and Description |
|---|
Address |
Double |
Empty |
Float |
Integer |
Long |
Null |
Reference |
Top |
Uninitialized |
UninitializedThis |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDoubleWord() |
static FrameValueType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FrameValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FrameValueType Empty
public static final FrameValueType Top
public static final FrameValueType Integer
public static final FrameValueType Float
public static final FrameValueType Long
public static final FrameValueType Double
public static final FrameValueType Null
public static final FrameValueType UninitializedThis
public static final FrameValueType Reference
public static final FrameValueType Uninitialized
public static final FrameValueType Address
public static FrameValueType[] values()
for (FrameValueType c : FrameValueType.values()) System.out.println(c);
public static FrameValueType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic final boolean isDoubleWord()