public static enum Tables.StackMapFrameType extends java.lang.Enum<Tables.StackMapFrameType>
| Enum Constant and Description |
|---|
APPEND_FRAME |
CHOP_1_FRAME |
CHOP_2_FRAME |
CHOP_3_FRAME |
FULL_FRAME |
SAME_FRAME |
SAME_FRAME_EX |
SAME_LOCALS_1_STACK_ITEM_EXTENDED_FRAME |
SAME_LOCALS_1_STACK_ITEM_FRAME |
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
parsekey |
private java.lang.Integer |
value |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
parsekey() |
java.lang.Integer |
value() |
static Tables.StackMapFrameType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tables.StackMapFrameType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tables.StackMapFrameType SAME_FRAME
public static final Tables.StackMapFrameType SAME_LOCALS_1_STACK_ITEM_FRAME
public static final Tables.StackMapFrameType SAME_LOCALS_1_STACK_ITEM_EXTENDED_FRAME
public static final Tables.StackMapFrameType CHOP_1_FRAME
public static final Tables.StackMapFrameType CHOP_2_FRAME
public static final Tables.StackMapFrameType CHOP_3_FRAME
public static final Tables.StackMapFrameType SAME_FRAME_EX
public static final Tables.StackMapFrameType APPEND_FRAME
public static final Tables.StackMapFrameType FULL_FRAME
private final java.lang.Integer value
private final java.lang.String parsekey
public static Tables.StackMapFrameType[] values()
for (Tables.StackMapFrameType c : Tables.StackMapFrameType.values()) System.out.println(c);
public static Tables.StackMapFrameType 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.Integer value()