public static enum JcodTokens.ConstType extends Enum<JcodTokens.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 JcodTokens.ConstType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JcodTokens.ConstType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JcodTokens.ConstType CONSTANT_UTF8
public static final JcodTokens.ConstType CONSTANT_UNICODE
public static final JcodTokens.ConstType CONSTANT_INTEGER
public static final JcodTokens.ConstType CONSTANT_FLOAT
public static final JcodTokens.ConstType CONSTANT_LONG
public static final JcodTokens.ConstType CONSTANT_DOUBLE
public static final JcodTokens.ConstType CONSTANT_CLASS
public static final JcodTokens.ConstType CONSTANT_STRING
public static final JcodTokens.ConstType CONSTANT_FIELD
public static final JcodTokens.ConstType CONSTANT_METHOD
public static final JcodTokens.ConstType CONSTANT_INTERFACEMETHOD
public static final JcodTokens.ConstType CONSTANT_NAMEANDTYPE
public static final JcodTokens.ConstType CONSTANT_JAVACARD_PACKAGE
public static final JcodTokens.ConstType CONSTANT_METHODHANDLE
public static final JcodTokens.ConstType CONSTANT_METHODTYPE
public static final JcodTokens.ConstType CONSTANT_DYNAMIC
public static final JcodTokens.ConstType CONSTANT_INVOKEDYNAMIC
public static final JcodTokens.ConstType CONSTANT_MODULE
public static final JcodTokens.ConstType CONSTANT_MODULE_PACKAGE
public static final int maxTag
public static JcodTokens.ConstType[] values()
for (JcodTokens.ConstType c : JcodTokens.ConstType.values()) System.out.println(c);
public static JcodTokens.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<JcodTokens.ConstType>
Copyright © 2021. All Rights Reserved.