Searched defs:mAnnotations (Results 1 - 4 of 4) sorted by last modified time

/external/doclava/src/com/google/doclava/
H A DClassInfo.java136 mAnnotations = annotations;
168 mAnnotations = annotations;
610 return mAnnotations;
1881 private ArrayList<AnnotationInstanceInfo> mAnnotations; field in class:ClassInfo
2033 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;
H A DMemberInfo.java40 mAnnotations = annotations;
156 return mAnnotations;
175 private ArrayList<AnnotationInstanceInfo> mAnnotations; field in class:MemberInfo
H A DPackageInfo.java221 if (mAnnotations == null) {
222 mAnnotations =
226 return mAnnotations;
293 private ClassInfo[] mAnnotations; field in class:PackageInfo

Completed in 77 milliseconds