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