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.SubTagConstantPool.ConstValue_MethodHandle.kindFields in org.openjdk.asmtools.jasm with type parameters of type ClassFileConst.SubTagModifier and TypeFieldDescriptionprivate static final HashMap<String, ClassFileConst.SubTag> ClassFileConst.NameToSubTagLookup-tables for various types.private static final HashMap<Integer, ClassFileConst.SubTag> ClassFileConst.SubTagsMethods in org.openjdk.asmtools.jasm that return ClassFileConst.SubTagModifier and TypeMethodDescription(package private) ClassFileConst.SubTagParser.parseSubtag()Parses a sub-tag value in method handle.static ClassFileConst.SubTagClassFileConst.subTag(int subtag) static ClassFileConst.SubTagstatic ClassFileConst.SubTagReturns 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) ConstCellParser.parseMethodHandle(ClassFileConst.SubTag subtag) Parses a field or method reference for method handle.private static voidClassFileConst.registerSubtag(ClassFileConst.SubTag tg) Constructors in org.openjdk.asmtools.jasm with parameters of type ClassFileConst.SubTagModifierConstructorDescriptionConstValue_MethodHandle(ClassFileConst.SubTag kind, ConstCell<P> value)