public static enum Tables.StackMapType extends 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 | Method and Description |
---|---|
String |
parsekey() |
String |
printval() |
Integer |
value() |
static Tables.StackMapType |
valueOf(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
public static Tables.StackMapType[] values()
for (Tables.StackMapType c : Tables.StackMapType.values()) System.out.println(c);
public static Tables.StackMapType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String parsekey()
public String printval()
public Integer value()
Copyright © 2021. All Rights Reserved.