Home
last modified time | relevance | path

Searched refs:mAnnotations (Results 1 – 4 of 4) sorted by relevance

/external/doclava/src/com/google/doclava/
DMemberInfo.java40 mAnnotations = annotations; in MemberInfo()
167 return mAnnotations; in annotations()
186 private ArrayList<AnnotationInstanceInfo> mAnnotations; field in MemberInfo
DPackageInfo.java221 if (mAnnotations == null) { in annotations()
222 mAnnotations = in annotations()
226 return mAnnotations; in annotations()
293 private ClassInfo[] mAnnotations; field in PackageInfo
DClassInfo.java136 mAnnotations = annotations; in initialize()
168 mAnnotations = annotations; in init()
610 return mAnnotations; in annotations()
1892 private ArrayList<AnnotationInstanceInfo> mAnnotations; field in ClassInfo
2044 mAnnotations = annotations; in setAnnotations()
DInfoBuilder.java1856 private ArrayList<AnnotationInstanceInfo> mAnnotations; field in InfoBuilder.Modifiers
1859 mAnnotations = new ArrayList<AnnotationInstanceInfo>(); in Modifiers()
1897 mAnnotations.add(buildAnnotationInstance((ParseTree) child, mBuilder)); in parseModifiers()
1952 return mAnnotations; in getAnnotations()