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 declared as AnnotationDataModifier and TypeFieldDescription(package private) AnnotationDataAnnotationElement.Annot_AnnotValue.annottag the descriptor for the constantFields in org.openjdk.asmtools.jdis with type parameters of type AnnotationDataModifier and TypeFieldDescriptionprivate ArrayList<ArrayList<AnnotationData>> ParameterAnnotationData.arrayprotected 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 with type parameters of type AnnotationDataModifier and TypeMethodDescriptionprivate <T extends AnnotationData>
voidClassData.printAnnotations(List<T> annotations) Methods 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)