Uses of Class
org.openjdk.asmtools.jdis.AnnotationData
-
Packages that use AnnotationData Package Description org.openjdk.asmtools.jdis -
-
Uses of AnnotationData in org.openjdk.asmtools.jdis
Subclasses of AnnotationData in org.openjdk.asmtools.jdis Modifier and Type Class Description classTypeAnnotationDataType Annotation data is a specific kind of AnnotationData.Fields in org.openjdk.asmtools.jdis declared as AnnotationData Modifier and Type Field Description (package private) AnnotationDataAnnotationElement.Annot_AnnotValue. annottag the descriptor for the constantFields in org.openjdk.asmtools.jdis with type parameters of type AnnotationData Modifier and Type Field Description private java.util.ArrayList<java.util.ArrayList<AnnotationData>>ParameterAnnotationData. arrayprotected java.util.ArrayList<AnnotationData>MemberData. invisibleAnnotationsThe invisible annotations for this class, member( field or method) or record componentprotected java.util.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 AnnotationData Modifier and Type Method Description private <T extends AnnotationData>
voidClassData. printAnnotations(java.util.List<T> annotations)Methods in org.openjdk.asmtools.jdis that return types with arguments of type AnnotationData Modifier and Type Method Description java.util.ArrayList<AnnotationData>ParameterAnnotationData. get(int i)Constructors in org.openjdk.asmtools.jdis with parameters of type AnnotationData Constructor Description Annot_AnnotValue(Tables.AnnotElemType tagval, ClassData cls, AnnotationData annot)
-