public static enum Tables.SubTag extends java.lang.Enum<Tables.SubTag>
Enum Constant and Description |
---|
REF_GETFIELD |
REF_GETSTATIC |
REF_INVOKEINTERFACE |
REF_INVOKESPECIAL |
REF_INVOKESTATIC |
REF_INVOKEVIRTUAL |
REF_NEWINVOKESPECIAL |
REF_PUTFIELD |
REF_PUTSTATIC |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
printval |
private java.lang.Integer |
value |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
printval() |
java.lang.Integer |
value() |
static Tables.SubTag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tables.SubTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tables.SubTag REF_GETFIELD
public static final Tables.SubTag REF_GETSTATIC
public static final Tables.SubTag REF_PUTFIELD
public static final Tables.SubTag REF_PUTSTATIC
public static final Tables.SubTag REF_INVOKEVIRTUAL
public static final Tables.SubTag REF_INVOKESTATIC
public static final Tables.SubTag REF_INVOKESPECIAL
public static final Tables.SubTag REF_NEWINVOKESPECIAL
public static final Tables.SubTag REF_INVOKEINTERFACE
private final java.lang.Integer value
private final java.lang.String printval
public static Tables.SubTag[] values()
for (Tables.SubTag c : Tables.SubTag.values()) System.out.println(c);
public static Tables.SubTag 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 printval()
public java.lang.Integer value()