public static enum Tables.ConstType extends java.lang.Enum<Tables.ConstType>
Modifier and Type | Field and Description |
---|---|
static int |
maxTag |
private java.lang.String |
parseKey |
private java.lang.String |
printval |
private int |
value |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
parseKey() |
void |
print(java.io.PrintWriter out) |
java.lang.String |
printval() |
java.lang.String |
toString() |
int |
value() |
static Tables.ConstType |
valueOf(java.lang.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
private final int value
private final java.lang.String parseKey
private final java.lang.String printval
public static Tables.ConstType[] values()
for (Tables.ConstType c : Tables.ConstType.values()) System.out.println(c);
public static Tables.ConstType 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 int value()
public java.lang.String parseKey()
public java.lang.String printval()
public void print(java.io.PrintWriter out)
public java.lang.String toString()
toString
in class java.lang.Enum<Tables.ConstType>