Searched defs:annotationElements (Results 1 - 2 of 2) sorted by relevance

/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/EncodedValue/
H A DAnnotationEncodedValueAdaptor.java54 @Nonnull Collection<? extends AnnotationElement> annotationElements,
57 for (AnnotationElement annotationElement: annotationElements) {
53 writeElementsTo(@onnull IndentingWriter writer, @Nonnull Collection<? extends AnnotationElement> annotationElements, @Nullable String containingClass) argument
/external/doclava/src/com/google/doclava/
H A DClassInfo.java143 ArrayList<MethodInfo> annotationElements, ArrayList<FieldInfo> fields,
157 mAnnotationElements = annotationElements;
605 public ArrayList<MethodInfo> annotationElements() { method in class:ClassInfo
140 init(TypeInfo typeInfo, ArrayList<ClassInfo> interfaces, ArrayList<TypeInfo> interfaceTypes, ArrayList<ClassInfo> innerClasses, ArrayList<MethodInfo> constructors, ArrayList<MethodInfo> methods, ArrayList<MethodInfo> annotationElements, ArrayList<FieldInfo> fields, ArrayList<FieldInfo> enumConstants, PackageInfo containingPackage, ClassInfo containingClass, ClassInfo superclass, TypeInfo superclassType, ArrayList<AnnotationInstanceInfo> annotations) argument

Completed in 96 milliseconds