Searched refs:mAnnotations (Results 1 – 5 of 5) sorted by relevance
34 mAnnotations = annotationInstanceInfos; in ParameterInfo()43 mIsVarArg, mPosition, mAnnotations); in cloneWithTypeArguments()67 return mAnnotations; in annotations()110 List<AnnotationInstanceInfo> mAnnotations; field in ParameterInfo
40 mAnnotations = annotations; in MemberInfo()166 return mAnnotations; in annotations()193 private ArrayList<AnnotationInstanceInfo> mAnnotations; field in MemberInfo
225 if (mAnnotations == null) { in annotations()226 mAnnotations = in annotations()230 return mAnnotations; in annotations()313 private ClassInfo[] mAnnotations; field in PackageInfo
140 mAnnotations = annotations; in initialize()173 mAnnotations = annotations; in init()659 return mAnnotations; in annotations()1977 private ArrayList<AnnotationInstanceInfo> mAnnotations; field in ClassInfo2130 mAnnotations = annotations; in setAnnotations()
1859 private ArrayList<AnnotationInstanceInfo> mAnnotations; field in InfoBuilder.Modifiers1862 mAnnotations = new ArrayList<AnnotationInstanceInfo>(); in Modifiers()1902 mAnnotations.add(buildAnnotationInstance((ParseTree) child, mBuilder)); in parseModifiers()1961 return mAnnotations; in getAnnotations()