Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DMemberInfo.java40 mAnnotations = annotations; in MemberInfo()
133 return mAnnotations; in annotations()
148 private ArrayList<AnnotationInstanceInfo> mAnnotations; field in MemberInfo
DClassInfo.java107 mAnnotations = annotations; in initialize()
130 mAnnotations = annotations; in init()
439 return mAnnotations; in annotations()
1445 private ArrayList<AnnotationInstanceInfo> mAnnotations; field in ClassInfo
1562 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()