Uses of Enum Class
org.openjdk.asmtools.jasm.Tables.SubTag
Packages that use Tables.SubTag
-
Uses of Tables.SubTag in org.openjdk.asmtools.jasm
Fields in org.openjdk.asmtools.jasm with type parameters of type Tables.SubTagModifier and TypeFieldDescriptionprivate static HashMap<String,
Tables.SubTag> Tables.NameToSubTag
private static HashMap<Integer,
Tables.SubTag> Tables.SubTags
Methods in org.openjdk.asmtools.jasm that return Tables.SubTagModifier and TypeMethodDescription(package private) Tables.SubTag
Parser.parseSubtag()
Parses a sub-tag value in method handle.static Tables.SubTag
Tables.subtag
(int subtag) static Tables.SubTag
static Tables.SubTag
Returns 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.ConstCell
Parser.parseMethodHandle
(Tables.SubTag subtag) Parses a field or method reference for method handle.private static void
Tables.registerSubtag
(Tables.SubTag tg)