Package | Description |
---|---|
org.openjdk.asmtools.jasm |
Modifier and Type | Field and Description |
---|---|
private static java.util.HashMap<java.lang.Integer,Tables.BasicType> |
Tables.BasicTypes |
private static java.util.HashMap<java.lang.String,Tables.BasicType> |
Tables.NameToBasicType |
Modifier and Type | Method and Description |
---|---|
static Tables.BasicType |
Tables.basictype(int subtag) |
static Tables.BasicType |
Tables.basictype(java.lang.String idValue) |
static Tables.BasicType |
Tables.BasicType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tables.BasicType[] |
Tables.BasicType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static void |
Tables.registerBasicType(Tables.BasicType typ) |