Uses of Class
org.openjdk.asmtools.jasm.Tables.SubTag
-
Packages that use Tables.SubTag Package Description org.openjdk.asmtools.jasm -
-
Uses of Tables.SubTag in org.openjdk.asmtools.jasm
Fields in org.openjdk.asmtools.jasm with type parameters of type Tables.SubTag Modifier and Type Field 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
Methods in org.openjdk.asmtools.jasm that return Tables.SubTag Modifier and Type Method 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.Methods in org.openjdk.asmtools.jasm with parameters of type Tables.SubTag Modifier and Type Method 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)
-