Searched refs:AnnotationInstanceInfo (Results 1 – 18 of 18) sorted by relevance
25 public class AnnotationInstanceInfo implements Resolvable { class31 public AnnotationInstanceInfo() { in AnnotationInstanceInfo() method in AnnotationInstanceInfo36 public AnnotationInstanceInfo(ClassInfo type, AnnotationValueInfo[] elementValues) { in AnnotationInstanceInfo() method in AnnotationInstanceInfo128 public static void makeLinkListHDF(Data data, String base, AnnotationInstanceInfo[] annotations) { in makeLinkListHDF()133 AnnotationInstanceInfo aii = annotations[i]; in makeLinkListHDF()152 public static ArrayList<AnnotationInstanceInfo> getAnnotationsIntersection( in getAnnotationsIntersection()154 Collection<? extends AnnotationInstanceInfo> allAnnotations) { in getAnnotationsIntersection()155 ArrayList<AnnotationInstanceInfo> list = new ArrayList<AnnotationInstanceInfo>(); in getAnnotationsIntersection()158 for (AnnotationInstanceInfo info : allAnnotations) { in getAnnotationsIntersection()172 public static ArrayList<AnnotationInstanceInfo> getShowAnnotationsIntersection( in getShowAnnotationsIntersection()[all …]
26 ArrayList<AnnotationInstanceInfo> annotations) { in MemberInfo()41 mShowAnnotations = AnnotationInstanceInfo.getShowAnnotationsIntersection(annotations); in MemberInfo()42 mHideAnnotations = AnnotationInstanceInfo.getHideAnnotationsIntersection(annotations); in MemberInfo()165 public ArrayList<AnnotationInstanceInfo> annotations() { in annotations()173 public ArrayList<AnnotationInstanceInfo> showAnnotations() { in showAnnotations()177 public ArrayList<AnnotationInstanceInfo> hideAnnotations() { in hideAnnotations()193 private ArrayList<AnnotationInstanceInfo> mAnnotations;194 private ArrayList<AnnotationInstanceInfo> mShowAnnotations;195 private ArrayList<AnnotationInstanceInfo> mHideAnnotations;
38 for (AnnotationInstanceInfo a : field.annotations()) { in lintField()77 for (AnnotationInstanceInfo a : method.annotations()) { in lintMethod()129 List<AnnotationInstanceInfo> annotations, TagInfo... tags) { in lintVariable()137 for (AnnotationInstanceInfo a : annotations) { in lintVariable()138 for (AnnotationInstanceInfo b : a.type().annotations()) { in lintVariable()150 for (AnnotationInstanceInfo a : annotations) { in lintVariable()
36 for (AnnotationInstanceInfo annotation : clazz.annotations()) { in classAuxTags()105 private static TagInfo[] auxTags(int type, List<AnnotationInstanceInfo> annotations, in auxTags()112 private static void auxTags(int type, List<AnnotationInstanceInfo> annotations, in auxTags()114 for (AnnotationInstanceInfo annotation : annotations) { in auxTags()287 for (AnnotationInstanceInfo inner : annotation.type().annotations()) { in auxTags()362 private static boolean hasSuppress(List<AnnotationInstanceInfo> annotations) { in hasSuppress()363 for (AnnotationInstanceInfo annotation : annotations) { in hasSuppress()
28 SourcePositionInfo position, List<AnnotationInstanceInfo> annotationInstanceInfos) { in ParameterInfo()66 List<AnnotationInstanceInfo> annotations() { in annotations()110 List<AnnotationInstanceInfo> mAnnotations;
119 …cluded, String qualifiedTypeName, boolean isPrimitive, ArrayList<AnnotationInstanceInfo> annotatio… in initialize()141 mShowAnnotations = AnnotationInstanceInfo.getShowAnnotationsIntersection(annotations); in initialize()142 mHideAnnotations = AnnotationInstanceInfo.getHideAnnotationsIntersection(annotations); in initialize()151 TypeInfo superclassType, ArrayList<AnnotationInstanceInfo> annotations) { in init()174 mShowAnnotations = AnnotationInstanceInfo.getShowAnnotationsIntersection(annotations); in init()175 mHideAnnotations = AnnotationInstanceInfo.getHideAnnotationsIntersection(annotations); in init()594 for (AnnotationInstanceInfo annotation : annotations()) { in isDeprecated()658 public ArrayList<AnnotationInstanceInfo> annotations() { in annotations()1263 ArrayList<AnnotationInstanceInfo> showAnnos = getShowAnnotationsIncludeOuters(); in makeShortDescrHDF()1264 AnnotationInstanceInfo.makeLinkListHDF( in makeShortDescrHDF()[all …]
145 new ArrayList<AnnotationInstanceInfo>(Arrays.asList( in initClass()470 new ArrayList<AnnotationInstanceInfo>(Arrays.asList(497 new ArrayList<AnnotationInstanceInfo>(Arrays.asList(526 ….position()), new ArrayList<AnnotationInstanceInfo>(Arrays.asList(Converter.convertAnnotationInsta…565 new ArrayList<AnnotationInstanceInfo>(Arrays.asList(Converter708 private static AnnotationInstanceInfo[] convertAnnotationInstances(AnnotationDesc[] orig) { in convertAnnotationInstances()710 AnnotationInstanceInfo[] out = new AnnotationInstanceInfo[len]; in convertAnnotationInstances()718 private static AnnotationInstanceInfo obtainAnnotationInstance(AnnotationDesc o) { in obtainAnnotationInstance()719 return (AnnotationInstanceInfo) mAnnotationInstances.obtain(o); in obtainAnnotationInstance()733 return new AnnotationInstanceInfo(annotationType, elementValues);
38 SourcePositionInfo position, ArrayList<AnnotationInstanceInfo> annotations) { in FieldInfo()150 for (AnnotationInstanceInfo annotation : annotations()) { in isDeprecated()435 AnnotationInstanceInfo.makeLinkListHDF( in makeHDF()438 showAnnotations().toArray(new AnnotationInstanceInfo[showAnnotations().size()])); in makeHDF()
316 private static void printAnnotations(ArrayList<AnnotationInstanceInfo> annotations) { in printAnnotations()317 for (AnnotationInstanceInfo i : annotations) { in printAnnotations()1147 Collections.<AnnotationInstanceInfo>emptyList())); in buildMethodParameters()1472 private static AnnotationInstanceInfo buildAnnotationInstance(ParseTree tree, in buildAnnotationInstance()1477 AnnotationInstanceInfo annotationInstance = new AnnotationInstanceInfo(); in buildAnnotationInstance()1859 private ArrayList<AnnotationInstanceInfo> mAnnotations;1862 mAnnotations = new ArrayList<AnnotationInstanceInfo>(); in Modifiers()1960 public ArrayList<AnnotationInstanceInfo> getAnnotations() { in getAnnotations()
213 for (AnnotationInstanceInfo annotation : annotations()) { in isDeprecated()287 SourcePositionInfo position, ArrayList<AnnotationInstanceInfo> annotations) { in MethodInfo()654 for (AnnotationInstanceInfo aii : annotations()) { in makeHDF()664 AnnotationInstanceInfo.makeLinkListHDF( in makeHDF()667 showAnnotations().toArray(new AnnotationInstanceInfo[showAnnotations().size()])); in makeHDF()
68 } else if (v instanceof AnnotationInstanceInfo) { in valueString()
87 for (AnnotationInstanceInfo a : mi.annotations()) { in error()
1846 ArrayList<AnnotationInstanceInfo> annotations = field.annotations(); in writeSdkValues()1848 for (AnnotationInstanceInfo annotation : annotations) { in writeSdkValues()1875 ArrayList<AnnotationInstanceInfo> annotations = clazz.annotations(); in writeSdkValues()1877 for (AnnotationInstanceInfo annotation : annotations) { in writeSdkValues()
1069 static void writeAnnotations(PrintStream stream, List<AnnotationInstanceInfo> annotations, in writeAnnotations()1072 for (AnnotationInstanceInfo ann : annotations) { in writeAnnotations()1572 for (AnnotationInstanceInfo a : cl.annotations()) {1693 for (AnnotationInstanceInfo a : mi.annotations()) {
455 ArrayList<AnnotationInstanceInfo> annotations = original.annotations(); in createDeltaClass()
19 import com.google.doclava.AnnotationInstanceInfo;123 mCurrentClass.setAnnotations(new ArrayList<AnnotationInstanceInfo>()); in startElement()151 … ArrayList<AnnotationInstanceInfo> annotations = new ArrayList<AnnotationInstanceInfo>(); // TODO in startElement()174 new ArrayList<AnnotationInstanceInfo>()/*annotations*/); in startElement()198 new ArrayList<AnnotationInstanceInfo>()); in startElement()208 List<AnnotationInstanceInfo> annotations = Collections.emptyList(); in startElement()
19 import com.google.doclava.AnnotationInstanceInfo;191 cl.setAnnotations(new ArrayList<AnnotationInstanceInfo>()); in parseClass()273 new ArrayList<AnnotationInstanceInfo>()/*annotations*/); in parseConstructor()360 tokenizer.pos(), new ArrayList<AnnotationInstanceInfo>()/*annotations*/); in parseMethod()449 new ArrayList<AnnotationInstanceInfo>()); in parseField()567 List<AnnotationInstanceInfo> annotations = Collections.emptyList(); in parseParameterList()
META-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...