Package | Description |
---|---|
org.openjdk.asmtools.jcoder |
Modifier and Type | Field and Description |
---|---|
private static java.util.HashMap<java.lang.Integer,JcodTokens.ConstType> |
JcodTokens.ConstantTypes |
private static java.util.HashMap<java.lang.String,JcodTokens.ConstType> |
JcodTokens.NameToConstantType |
Modifier and Type | Method and Description |
---|---|
static JcodTokens.ConstType |
JcodTokens.constType(int i) |
static JcodTokens.ConstType |
JcodTokens.constType(java.lang.String parsekey) |
static JcodTokens.ConstType |
JcodTokens.ConstType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JcodTokens.ConstType[] |
JcodTokens.ConstType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
Scanner.addConstDebug(JcodTokens.ConstType ct) |
private static void |
JcodTokens.registerConstantType(JcodTokens.ConstType tt) |