public static enum Tables.StackMapFrameType extends 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 | Method and Description |
---|---|
String |
parsekey() |
Integer |
value() |
static Tables.StackMapFrameType |
valueOf(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
public static Tables.StackMapFrameType[] values()
for (Tables.StackMapFrameType c : Tables.StackMapFrameType.values()) System.out.println(c);
public static Tables.StackMapFrameType 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 Integer value()
Copyright © 2021. All Rights Reserved.