Lines Matching refs:AnnotationInstanceInfo

115 …cluded, String qualifiedTypeName, boolean isPrimitive, ArrayList<AnnotationInstanceInfo> annotatio…  in initialize()
137 mShowAnnotations = AnnotationInstanceInfo.getShowAnnotationsIntersection(annotations); in initialize()
146 TypeInfo superclassType, ArrayList<AnnotationInstanceInfo> annotations) { in init()
169 mShowAnnotations = AnnotationInstanceInfo.getShowAnnotationsIntersection(annotations); in init()
552 for (AnnotationInstanceInfo annotation : annotations()) { in isDeprecated()
609 public ArrayList<AnnotationInstanceInfo> annotations() { in annotations()
1194 ArrayList<AnnotationInstanceInfo> showAnnos = getShowAnnotationsIncludeOuters(); in makeShortDescrHDF()
1195 AnnotationInstanceInfo.makeLinkListHDF( in makeShortDescrHDF()
1198 showAnnos.toArray(new AnnotationInstanceInfo[showAnnos.size()])); in makeShortDescrHDF()
1238 for (AnnotationInstanceInfo aii : annotations()) { in makeHDF()
1248 ArrayList<AnnotationInstanceInfo> showAnnos = getShowAnnotationsIncludeOuters(); in makeHDF()
1249 AnnotationInstanceInfo.makeLinkListHDF( in makeHDF()
1252 showAnnos.toArray(new AnnotationInstanceInfo[showAnnos.size()])); in makeHDF()
1603 public ArrayList<AnnotationInstanceInfo> showAnnotations() { in showAnnotations()
1607 public ArrayList<AnnotationInstanceInfo> getShowAnnotationsIncludeOuters() { in getShowAnnotationsIncludeOuters()
1608 ArrayList<AnnotationInstanceInfo> allAnnotations = new ArrayList<AnnotationInstanceInfo>(); in getShowAnnotationsIncludeOuters()
1613 for (AnnotationInstanceInfo newAii : cl.showAnnotations()) { in getShowAnnotationsIncludeOuters()
1615 for (AnnotationInstanceInfo existingAii : allAnnotations) { in getShowAnnotationsIncludeOuters()
1892 private ArrayList<AnnotationInstanceInfo> mAnnotations;
1893 private ArrayList<AnnotationInstanceInfo> mShowAnnotations;
2043 public void setAnnotations(ArrayList<AnnotationInstanceInfo> annotations) { in setAnnotations()