Searched refs:AnnotationInstanceInfo (Results 1 – 15 of 15) sorted by relevance
24 public class AnnotationInstanceInfo implements Resolvable { class30 public AnnotationInstanceInfo() { in AnnotationInstanceInfo() method in AnnotationInstanceInfo35 public AnnotationInstanceInfo(ClassInfo type, AnnotationValueInfo[] elementValues) { in AnnotationInstanceInfo() method in AnnotationInstanceInfo127 public static void makeLinkListHDF(Data data, String base, AnnotationInstanceInfo[] annotations) { in makeLinkListHDF()132 AnnotationInstanceInfo aii = annotations[i]; in makeLinkListHDF()152 public static ArrayList<AnnotationInstanceInfo> getShowAnnotationsIntersection( in getShowAnnotationsIntersection()153 ArrayList<AnnotationInstanceInfo> annotations) { in getShowAnnotationsIntersection()154 ArrayList<AnnotationInstanceInfo> list = new ArrayList<AnnotationInstanceInfo>(); in getShowAnnotationsIntersection()156 for (AnnotationInstanceInfo info : annotations) { in getShowAnnotationsIntersection()
26 ArrayList<AnnotationInstanceInfo> annotations) { in MemberInfo()41 mShowAnnotations = AnnotationInstanceInfo.getShowAnnotationsIntersection(annotations); in MemberInfo()168 public ArrayList<AnnotationInstanceInfo> annotations() { in annotations()172 public ArrayList<AnnotationInstanceInfo> showAnnotations() { in showAnnotations()188 private ArrayList<AnnotationInstanceInfo> mAnnotations;189 private ArrayList<AnnotationInstanceInfo> mShowAnnotations;
28 SourcePositionInfo position, List<AnnotationInstanceInfo> annotationInstanceInfos) { in ParameterInfo()66 List<AnnotationInstanceInfo> annotations() { in annotations()110 List<AnnotationInstanceInfo> mAnnotations;
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()[all …]
132 new ArrayList<AnnotationInstanceInfo>(Arrays.asList( in initClass()415 new ArrayList<AnnotationInstanceInfo>(Arrays.asList(437 new ArrayList<AnnotationInstanceInfo>(Arrays.asList(466 ….position()), new ArrayList<AnnotationInstanceInfo>(Arrays.asList(Converter.convertAnnotationInsta…505 new ArrayList<AnnotationInstanceInfo>(Arrays.asList(Converter645 private static AnnotationInstanceInfo[] convertAnnotationInstances(AnnotationDesc[] orig) { in convertAnnotationInstances()647 AnnotationInstanceInfo[] out = new AnnotationInstanceInfo[len]; in convertAnnotationInstances()655 private static AnnotationInstanceInfo obtainAnnotationInstance(AnnotationDesc o) { in obtainAnnotationInstance()656 return (AnnotationInstanceInfo) mAnnotationInstances.obtain(o); in obtainAnnotationInstance()670 return new AnnotationInstanceInfo(annotationType, elementValues);
35 SourcePositionInfo position, ArrayList<AnnotationInstanceInfo> annotations) { in FieldInfo()109 for (AnnotationInstanceInfo annotation : annotations()) { in isDeprecated()385 AnnotationInstanceInfo.makeLinkListHDF( in makeHDF()388 showAnnotations().toArray(new AnnotationInstanceInfo[showAnnotations().size()])); in makeHDF()
212 for (AnnotationInstanceInfo annotation : annotations()) { in isDeprecated()269 SourcePositionInfo position, ArrayList<AnnotationInstanceInfo> annotations) { in MethodInfo()629 for (AnnotationInstanceInfo aii : annotations()) { in makeHDF()640 AnnotationInstanceInfo.makeLinkListHDF( in makeHDF()643 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()
68 } else if (v instanceof AnnotationInstanceInfo) { in valueString()
1574 ArrayList<AnnotationInstanceInfo> annotations = field.annotations(); in writeSdkValues()1576 for (AnnotationInstanceInfo annotation : annotations) { in writeSdkValues()1603 ArrayList<AnnotationInstanceInfo> annotations = clazz.annotations(); in writeSdkValues()1605 for (AnnotationInstanceInfo annotation : annotations) { in writeSdkValues()
435 ArrayList<AnnotationInstanceInfo> annotations = original.annotations(); in createDeltaClass()
927 static void writeAnnotations(PrintStream stream, List<AnnotationInstanceInfo> annotations, in writeAnnotations()930 for (AnnotationInstanceInfo ann : annotations) { in writeAnnotations()
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;183 cl.setAnnotations(new ArrayList<AnnotationInstanceInfo>()); in parseClass()261 new ArrayList<AnnotationInstanceInfo>()/*annotations*/); in parseConstructor()335 new ArrayList<AnnotationInstanceInfo>()/*annotations*/); in parseMethod()420 new ArrayList<AnnotationInstanceInfo>()); in parseField()499 List<AnnotationInstanceInfo> annotations = Collections.emptyList(); in parseParameterList()
META-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...