public static enum ConstantPool.SUBTAG extends Enum<ConstantPool.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 |
description() |
String |
tagname() |
String |
toString() |
byte |
value() |
static ConstantPool.SUBTAG |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstantPool.SUBTAG[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConstantPool.SUBTAG REF_GETFIELD
public static final ConstantPool.SUBTAG REF_GETSTATIC
public static final ConstantPool.SUBTAG REF_PUTFIELD
public static final ConstantPool.SUBTAG REF_PUTSTATIC
public static final ConstantPool.SUBTAG REF_INVOKEVIRTUAL
public static final ConstantPool.SUBTAG REF_INVOKESTATIC
public static final ConstantPool.SUBTAG REF_INVOKESPECIAL
public static final ConstantPool.SUBTAG REF_NEWINVOKESPECIAL
public static final ConstantPool.SUBTAG REF_INVOKEINTERFACE
public static ConstantPool.SUBTAG[] values()
for (ConstantPool.SUBTAG c : ConstantPool.SUBTAG.values()) System.out.println(c);
public static ConstantPool.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 byte value()
public String tagname()
public String description()
public String toString()
toString
in class Enum<ConstantPool.SUBTAG>
Copyright © 2021. All Rights Reserved.