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