public static enum ConstantPool.TAG extends Enum<ConstantPool.TAG>
Modifier and Type | Method and Description |
---|---|
String |
description() |
String |
tagname() |
String |
toString() |
byte |
value() |
static ConstantPool.TAG |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstantPool.TAG[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConstantPool.TAG CONSTANT_UTF8
public static final ConstantPool.TAG CONSTANT_UNICODE
public static final ConstantPool.TAG CONSTANT_INTEGER
public static final ConstantPool.TAG CONSTANT_FLOAT
public static final ConstantPool.TAG CONSTANT_LONG
public static final ConstantPool.TAG CONSTANT_DOUBLE
public static final ConstantPool.TAG CONSTANT_CLASS
public static final ConstantPool.TAG CONSTANT_STRING
public static final ConstantPool.TAG CONSTANT_FIELD
public static final ConstantPool.TAG CONSTANT_METHOD
public static final ConstantPool.TAG CONSTANT_INTERFACEMETHOD
public static final ConstantPool.TAG CONSTANT_NAMEANDTYPE
public static final ConstantPool.TAG CONSTANT_METHODHANDLE
public static final ConstantPool.TAG CONSTANT_METHODTYPE
public static final ConstantPool.TAG CONSTANT_DYNAMIC
public static final ConstantPool.TAG CONSTANT_INVOKEDYNAMIC
public static final ConstantPool.TAG CONSTANT_MODULE
public static final ConstantPool.TAG CONSTANT_PACKAGE
public static ConstantPool.TAG[] values()
for (ConstantPool.TAG c : ConstantPool.TAG.values()) System.out.println(c);
public static ConstantPool.TAG 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.TAG>
Copyright © 2021. All Rights Reserved.