public static enum Tables.StackMapType extends java.lang.Enum<Tables.StackMapType>
Enum Constant and Description |
---|
ITEM_Bogus |
ITEM_Double |
ITEM_Float |
ITEM_InitObject |
ITEM_Integer |
ITEM_Long |
ITEM_NewObject |
ITEM_Null |
ITEM_Object |
ITEM_UNKNOWN |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
parsekey |
private java.lang.String |
printval |
private java.lang.Integer |
value |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
parsekey() |
java.lang.String |
printval() |
java.lang.Integer |
value() |
static Tables.StackMapType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tables.StackMapType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tables.StackMapType ITEM_Bogus
public static final Tables.StackMapType ITEM_Integer
public static final Tables.StackMapType ITEM_Float
public static final Tables.StackMapType ITEM_Double
public static final Tables.StackMapType ITEM_Long
public static final Tables.StackMapType ITEM_Null
public static final Tables.StackMapType ITEM_InitObject
public static final Tables.StackMapType ITEM_Object
public static final Tables.StackMapType ITEM_NewObject
public static final Tables.StackMapType ITEM_UNKNOWN
private java.lang.Integer value
private final java.lang.String printval
private final java.lang.String parsekey
public static Tables.StackMapType[] values()
for (Tables.StackMapType c : Tables.StackMapType.values()) System.out.println(c);
public static Tables.StackMapType 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 java.lang.String parsekey()
public java.lang.String printval()
public java.lang.Integer value()