Home | History | Annotate | Download | only in doclava

Lines Matching refs:AnnotationValueInfo

728       AnnotationValueInfo[] elementValues = new AnnotationValueInfo[ev.length];
773 private static HashMap<AnnotationValue, AnnotationValueInfo> mAnnotationValues =
774 new HashMap<AnnotationValue, AnnotationValueInfo>();
778 private static AnnotationValueInfo obtainAnnotationValue(AnnotationValue o, MethodInfo element) {
782 AnnotationValueInfo v = mAnnotationValues.get(o);
784 v = new AnnotationValueInfo(element);
794 private static void initAnnotationValue(AnnotationValue o, AnnotationValueInfo v) {
808 ArrayList<AnnotationValueInfo> values = new ArrayList<AnnotationValueInfo>();
825 AnnotationValueInfo v = mAnnotationValues.get(o);