Home
last modified time | relevance | path

Searched refs:annotationElements (Results 1 – 5 of 5) sorted by relevance

/external/doclava/src/com/google/doclava/
DAnnotationValueInfo.java121 for (MethodInfo m : annotation.annotationElements()) { in resolveResolutions()
123 annotation.annotationElements().size() == 1) { in resolveResolutions()
DConverter.java72 MethodDoc[] annotationElements; in initClass() local
74 annotationElements = ((AnnotationTypeDoc) c).elements(); in initClass()
76 annotationElements = new MethodDoc[0]; in initClass()
85 new ArrayList<MethodInfo>(Arrays.asList(Converter.convertMethods(annotationElements))), in initClass()
DInfoBuilder.java252 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()
DStubs.java91 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()
DClassInfo.java113 ArrayList<MethodInfo> annotationElements, ArrayList<FieldInfo> fields, in init() argument
123 mAnnotationElements = annotationElements; in init()
434 public ArrayList<MethodInfo> annotationElements() { in annotationElements() method in ClassInfo