Uses of Enum Class
org.openjdk.asmtools.jasm.ClassFileConst.SubTag
Packages that use ClassFileConst.SubTag
-
Uses of ClassFileConst.SubTag in org.openjdk.asmtools.jasm
Fields in org.openjdk.asmtools.jasm declared as ClassFileConst.SubTagModifier and TypeFieldDescription(package private) final ClassFileConst.SubTag
ConstantPool.ConstValue_MethodHandle.kind
Fields in org.openjdk.asmtools.jasm with type parameters of type ClassFileConst.SubTagModifier and TypeFieldDescriptionprivate static final HashMap<String,
ClassFileConst.SubTag> ClassFileConst.NameToSubTag
Lookup-tables for various types.private static final HashMap<Integer,
ClassFileConst.SubTag> ClassFileConst.SubTags
Methods in org.openjdk.asmtools.jasm that return ClassFileConst.SubTagModifier and TypeMethodDescription(package private) ClassFileConst.SubTag
Parser.parseSubtag()
Parses a sub-tag value in method handle.static ClassFileConst.SubTag
ClassFileConst.subTag
(int subtag) static ClassFileConst.SubTag
static ClassFileConst.SubTag
Returns the enum constant of this class with the specified name.static ClassFileConst.SubTag[]
ClassFileConst.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 ClassFileConst.SubTagModifier and TypeMethodDescription(package private) ConstCell
Parser.parseMethodHandle
(ClassFileConst.SubTag subtag) Parses a field or method reference for method handle.private static void
ClassFileConst.registerSubtag
(ClassFileConst.SubTag tg) Constructors in org.openjdk.asmtools.jasm with parameters of type ClassFileConst.SubTagModifierConstructorDescriptionConstValue_MethodHandle
(ClassFileConst.SubTag kind, ConstCell<P> value)