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. NameToSubTagprivate static java.util.HashMap<java.lang.Integer,Tables.SubTag>Tables. SubTagsMethods in org.openjdk.asmtools.jasm that return Tables.SubTag Modifier and Type Method Description (package private) Tables.SubTagParser. parseSubtag()Parses a sub-tag value in method handle.static Tables.SubTagTables. subtag(int subtag)static Tables.SubTagTables. subtag(java.lang.String subtag)static Tables.SubTagTables.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.ConstCellParser. parseMethodHandle(Tables.SubTag subtag)Parses a field or method reference for method handle.private static voidTables. registerSubtag(Tables.SubTag tg)
-