Uses of Class
org.openjdk.asmtools.jdis.AnnotationData
Packages that use AnnotationData
-
Uses of AnnotationData in org.openjdk.asmtools.jdis
Subclasses of AnnotationData in org.openjdk.asmtools.jdisModifier and TypeClassDescriptionclassType Annotation data is a specific kind of AnnotationData.Fields in org.openjdk.asmtools.jdis with type parameters of type AnnotationDataModifier and TypeFieldDescriptionprotected ArrayList<AnnotationData> MemberData.invisibleAnnotationsThe invisible annotations for this class, member( field or method) or record componentprotected ArrayList<AnnotationData> MemberData.visibleAnnotationsThe visible annotations for this class, member( field or method) or record componentMethods in org.openjdk.asmtools.jdis that return types with arguments of type AnnotationDataConstructors in org.openjdk.asmtools.jdis with parameters of type AnnotationDataModifierConstructorDescriptionAnnot_AnnotValue(Tables.AnnotElemType tagval, ClassData cls, AnnotationData annot)