Searched refs:annotationElements (Results 1 – 5 of 5) sorted by relevance
121 for (MethodInfo m : annotation.annotationElements()) { in resolveResolutions()123 annotation.annotationElements().size() == 1) { in resolveResolutions()
72 MethodDoc[] annotationElements; in initClass() local74 annotationElements = ((AnnotationTypeDoc) c).elements(); in initClass()76 annotationElements = new MethodDoc[0]; in initClass()85 new ArrayList<MethodInfo>(Arrays.asList(Converter.convertMethods(annotationElements))), in initClass()
252 if (!cl.annotationElements().isEmpty()) { in printClassInfo()255 for (MethodInfo m : cl.annotationElements()) { in printClassInfo()256 if (m != cl.annotationElements().get(0)) { in printClassInfo()1512 for (MethodInfo m : annotationInstance.type().annotationElements()) { in buildAnnotationInstance()1514 annotationInstance.type().annotationElements().size() == 1) { in buildAnnotationInstance()
91 for (MethodInfo m : cl.annotationElements()) { in writeStubsAndApi()209 cl.allConstructors(), cl.allSelfMethods(), cl.annotationElements(), cl.allSelfFields(), in cantStripThis()471 for (MethodInfo element : cl.annotationElements()) { in writeClass()
113 ArrayList<MethodInfo> annotationElements, ArrayList<FieldInfo> fields, in init() argument123 mAnnotationElements = annotationElements; in init()434 public ArrayList<MethodInfo> annotationElements() { in annotationElements() method in ClassInfo