Searched refs:mAnnotations (Results 1 – 4 of 4) sorted by relevance
40 mAnnotations = annotations; in MemberInfo()167 return mAnnotations; in annotations()186 private ArrayList<AnnotationInstanceInfo> mAnnotations; field in MemberInfo
221 if (mAnnotations == null) { in annotations()222 mAnnotations = in annotations()226 return mAnnotations; in annotations()293 private ClassInfo[] mAnnotations; field in PackageInfo
136 mAnnotations = annotations; in initialize()168 mAnnotations = annotations; in init()610 return mAnnotations; in annotations()1892 private ArrayList<AnnotationInstanceInfo> mAnnotations; field in ClassInfo2044 mAnnotations = annotations; in setAnnotations()
1856 private ArrayList<AnnotationInstanceInfo> mAnnotations; field in InfoBuilder.Modifiers1859 mAnnotations = new ArrayList<AnnotationInstanceInfo>(); in Modifiers()1897 mAnnotations.add(buildAnnotationInstance((ParseTree) child, mBuilder)); in parseModifiers()1952 return mAnnotations; in getAnnotations()