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 class
TypeAnnotationData
Type Annotation data is a specific kind of AnnotationData.Fields in org.openjdk.asmtools.jdis declared as AnnotationData Modifier and Type Field Description (package private) AnnotationData
AnnotationElement.Annot_AnnotValue. annot
tag 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. array
protected java.util.ArrayList<AnnotationData>
MemberData. invisibleAnnotations
The invisible annotations for this class, member( field or method) or record componentprotected java.util.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 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)
-