Searched defs:getParameterAnnotations (Results 1 - 6 of 6) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/attrib/
H A DBaseParameterAnnotations.java70 public final AnnotationsList getParameterAnnotations() { method in class:BaseParameterAnnotations
/dalvik/dx/src/com/android/dx/dex/cf/
H A DAttributeTranslator.java357 public static AnnotationsList getParameterAnnotations(Method method) { method in class:AttributeTranslator
372 return invisible.getParameterAnnotations();
376 return visible.getParameterAnnotations();
381 return AnnotationsList.combine(visible.getParameterAnnotations(),
382 invisible.getParameterAnnotations());
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DAnnotationsDirectoryItem.java225 public AnnotationsList getParameterAnnotations(CstMethodRef method) { method in class:AnnotationsDirectoryItem
H A DClassDefItem.java383 public AnnotationsList getParameterAnnotations(CstMethodRef method) { method in class:ClassDefItem
384 return annotationsDirectory.getParameterAnnotations(method);
/dalvik/dx/src/com/android/dx/dex/file/
H A DAnnotationsDirectoryItem.java224 public AnnotationsList getParameterAnnotations(CstMethodRef method) { method in class:AnnotationsDirectoryItem
H A DClassDefItem.java380 public AnnotationsList getParameterAnnotations(CstMethodRef method) { method in class:ClassDefItem
381 return annotationsDirectory.getParameterAnnotations(method);

Completed in 107 milliseconds