Searched refs:mAnnotations (Results 1 - 3 of 3) sorted by relevance

/external/doclava/src/com/google/doclava/
H A DMemberInfo.java40 mAnnotations = annotations;
47 if (mAnnotations != null) {
48 for (AnnotationInstanceInfo info : mAnnotations) {
145 return mAnnotations;
160 private ArrayList<AnnotationInstanceInfo> mAnnotations; field in class:MemberInfo
H A DClassInfo.java106 mAnnotations = annotations;
129 mAnnotations = annotations;
442 return mAnnotations;
1475 private ArrayList<AnnotationInstanceInfo> mAnnotations; field in class:ClassInfo
1615 mAnnotations = annotations;
H A DInfoBuilder.java1856 private ArrayList<AnnotationInstanceInfo> mAnnotations; field in class:InfoBuilder.Modifiers
1859 mAnnotations = new ArrayList<AnnotationInstanceInfo>();
1897 mAnnotations.add(buildAnnotationInstance((ParseTree) child, mBuilder));
1952 return mAnnotations;

Completed in 63 milliseconds