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 TypeClassDescriptionclass
Type Annotation data is a specific kind of AnnotationData.Fields in org.openjdk.asmtools.jdis declared as AnnotationDataModifier and TypeFieldDescription(package private) AnnotationData
AnnotationElement.Annot_AnnotValue.annot
tag the descriptor for the constantFields in org.openjdk.asmtools.jdis with type parameters of type AnnotationDataModifier and TypeFieldDescriptionprivate ArrayList<ArrayList<AnnotationData>>
ParameterAnnotationData.array
protected ArrayList<AnnotationData>
MemberData.invisibleAnnotations
The invisible annotations for this class, member( field or method) or record componentprotected ArrayList<AnnotationData>
MemberData.visibleAnnotations
The 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)