Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DParameterInfo.java34 mAnnotations = annotationInstanceInfos; in ParameterInfo()
43 mIsVarArg, mPosition, mAnnotations); in cloneWithTypeArguments()
67 return mAnnotations; in annotations()
110 List<AnnotationInstanceInfo> mAnnotations; field in ParameterInfo
DMemberInfo.java40 mAnnotations = annotations; in MemberInfo()
166 return mAnnotations; in annotations()
193 private ArrayList<AnnotationInstanceInfo> mAnnotations; field in MemberInfo
DPackageInfo.java225 if (mAnnotations == null) { in annotations()
226 mAnnotations = in annotations()
230 return mAnnotations; in annotations()
313 private ClassInfo[] mAnnotations; field in PackageInfo
DClassInfo.java140 mAnnotations = annotations; in initialize()
173 mAnnotations = annotations; in init()
659 return mAnnotations; in annotations()
1977 private ArrayList<AnnotationInstanceInfo> mAnnotations; field in ClassInfo
2130 mAnnotations = annotations; in setAnnotations()
DInfoBuilder.java1859 private ArrayList<AnnotationInstanceInfo> mAnnotations; field in InfoBuilder.Modifiers
1862 mAnnotations = new ArrayList<AnnotationInstanceInfo>(); in Modifiers()
1902 mAnnotations.add(buildAnnotationInstance((ParseTree) child, mBuilder)); in parseModifiers()
1961 return mAnnotations; in getAnnotations()