Uses of Enum Class
org.openjdk.asmtools.jasm.Tables.SubTag
Packages that use Tables.SubTag
-
Uses of Tables.SubTag in org.openjdk.asmtools.jasm
Subclasses with type arguments of type Tables.SubTag in org.openjdk.asmtools.jasmFields in org.openjdk.asmtools.jasm with type parameters of type Tables.SubTagModifier and TypeFieldDescriptionprivate static HashMap<String, Tables.SubTag> Tables.NameToSubTagprivate static HashMap<Integer, Tables.SubTag> Tables.SubTagsMethods in org.openjdk.asmtools.jasm that return Tables.SubTagModifier and TypeMethodDescription(package private) Tables.SubTagParser.parseSubtag()Parses a sub-tag value in method handle.static Tables.SubTagTables.subtag(int subtag) static Tables.SubTagstatic Tables.SubTagReturns the enum constant of this class with the specified name.static Tables.SubTag[]Tables.SubTag.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.openjdk.asmtools.jasm with parameters of type Tables.SubTagModifier and TypeMethodDescription(package private) ConstantPool.ConstCellParser.parseMethodHandle(Tables.SubTag subtag) Parses a field or method reference for method handle.private static voidTables.registerSubtag(Tables.SubTag tg)