Uses of Class
org.openjdk.asmtools.jasm.AnnotationData
Packages that use AnnotationData
-
Uses of AnnotationData in org.openjdk.asmtools.jasm
Subclasses of AnnotationData in org.openjdk.asmtools.jasmFields in org.openjdk.asmtools.jasm declared as AnnotationDataModifier and TypeFieldDescription(package private) AnnotationData
ParserAnnotation.AnnotationElemValue.annotationData
Fields in org.openjdk.asmtools.jasm with type parameters of type AnnotationDataModifier and TypeFieldDescriptionprotected DataVectorAttr
<AnnotationData> MemberData.annotAttrInv
protected DataVectorAttr
<AnnotationData> MemberData.annotAttrVis
private ArrayList
<AnnotationData> Parser.clsAnnttns
private ArrayList
<AnnotationData> Parser.memberAnnttns
protected MethodData.DataPArrayAttr
<AnnotationData> MethodData.pannotAttrInv
protected MethodData.DataPArrayAttr
<AnnotationData> MethodData.pannotAttrVis
private ArrayList
<AnnotationData> Parser.pkgAnnttns
Methods in org.openjdk.asmtools.jasm that return AnnotationDataModifier and TypeMethodDescriptionprivate AnnotationData
ParserAnnotation.parseAnnotation()
Parses an individual annotation.private AnnotationData
ParserAnnotation.parseTypeAnnotation()
parseTypeAnnotation - parses an individual annotation.Methods in org.openjdk.asmtools.jasm that return types with arguments of type AnnotationDataModifier and TypeMethodDescription(package private) ArrayList
<AnnotationData> ParserAnnotation.scanAnnotations()
The main entry for parsing an annotation list.Methods in org.openjdk.asmtools.jasm with parameters of type AnnotationDataModifier and TypeMethodDescriptionprivate void
ParserAnnotation._scanAnnotation
(AnnotationData annotData) Parses an individual annotation-data.void
MethodData.addParamAnnotation
(int totalParams, int paramNum, AnnotationData data) Method parameters in org.openjdk.asmtools.jasm with type arguments of type AnnotationDataModifier and TypeMethodDescriptionvoid
CodeAttr.addAnnotations
(ArrayList<AnnotationData> list) void
MemberData.addAnnotations
(ArrayList<AnnotationData> list) void
RecordData.addComponent
(ConstCell nameCell, ConstCell descCell, ConstCell signature, ArrayList<AnnotationData> annotations) Constructors in org.openjdk.asmtools.jasm with parameters of type AnnotationDataModifierConstructorDescription(package private)
AnnotationElemValue
(AnnotationData annotationData)