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.java358 public static AnnotationsList getParameterAnnotations(Method method) { method in class:AttributeTranslator
373 return invisible.getParameterAnnotations();
377 return visible.getParameterAnnotations();
382 return AnnotationsList.combine(visible.getParameterAnnotations(),
383 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.java225 public AnnotationsList getParameterAnnotations(CstMethodRef method) { method in class:AnnotationsDirectoryItem
H A DClassDefItem.java381 public AnnotationsList getParameterAnnotations(CstMethodRef method) { method in class:ClassDefItem
382 return annotationsDirectory.getParameterAnnotations(method);

Completed in 134 milliseconds