Package | Description |
---|---|
org.openjdk.asmtools.jasm |
Modifier and Type | Field and Description |
---|---|
private static java.util.HashMap<java.lang.String,Tables.SubTag> |
Tables.NameToSubTag |
private static java.util.HashMap<java.lang.Integer,Tables.SubTag> |
Tables.SubTags |
Modifier and Type | Method and Description |
---|---|
(package private) Tables.SubTag |
Parser.parseSubtag()
Parses a sub-tag value in method handle.
|
static Tables.SubTag |
Tables.subtag(int subtag) |
static Tables.SubTag |
Tables.subtag(java.lang.String subtag) |
static Tables.SubTag |
Tables.SubTag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Tables.SubTag[] |
Tables.SubTag.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) ConstantPool.ConstCell |
Parser.parseMethodHandle(Tables.SubTag subtag)
Parses a field or method reference for method handle.
|
private static void |
Tables.registerSubtag(Tables.SubTag tg) |