Searched refs:annotationsList (Results 1 - 1 of 1) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DParameterAnnotationStruct.java37 private final AnnotationsList annotationsList; field in class:ParameterAnnotationStruct
46 * @param annotationsList {@code non-null;} the associated annotations list
49 AnnotationsList annotationsList) {
54 if (annotationsList == null) {
55 throw new NullPointerException("annotationsList == null");
59 this.annotationsList = annotationsList;
66 int size = annotationsList.size();
71 Annotations annotations = annotationsList.get(i);
159 return annotationsList;
48 ParameterAnnotationStruct(CstMethodRef method, AnnotationsList annotationsList) argument
[all...]

Completed in 65 milliseconds