Searched defs:getAnnotations (Results 1 - 10 of 10) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/attrib/
H A DBaseAnnotations.java69 public final Annotations getAnnotations() { method in class:BaseAnnotations
/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DFieldAnnotationStruct.java119 public Annotations getAnnotations() { method in class:FieldAnnotationStruct
120 return annotations.getAnnotations();
H A DMethodAnnotationStruct.java119 public Annotations getAnnotations() { method in class:MethodAnnotationStruct
120 return annotations.getAnnotations();
H A DAnnotationSetItem.java56 for (Annotation a : annotations.getAnnotations()) {
84 public Annotations getAnnotations() { method in class:AnnotationSetItem
/dalvik/dx/src/com/android/dx/dex/file/
H A DFieldAnnotationStruct.java119 public Annotations getAnnotations() { method in class:FieldAnnotationStruct
120 return annotations.getAnnotations();
H A DMethodAnnotationStruct.java119 public Annotations getAnnotations() { method in class:MethodAnnotationStruct
120 return annotations.getAnnotations();
H A DAnnotationSetItem.java57 for (Annotation a : annotations.getAnnotations()) {
85 public Annotations getAnnotations() { method in class:AnnotationSetItem
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
H A DAnnotations.java210 public Collection<Annotation> getAnnotations() { method in class:Annotations
/dalvik/dx/src/com/android/dx/dex/cf/
H A DAttributeTranslator.java88 public static Annotations getAnnotations(AttributeList attribs) { method in class:AttributeTranslator
101 * #getAnnotations}, also including annotations for translations
116 Annotations result = getAnnotations(attribs);
147 * #getAnnotations}, also including an annotation for the translation
154 Annotations result = getAnnotations(method.getAttributes());
167 * Helper method for {@link #getAnnotations} which just gets the
185 return invisible.getAnnotations();
189 return visible.getAnnotations();
194 return Annotations.combine(visible.getAnnotations(),
195 invisible.getAnnotations());
[all...]
/dalvik/dx/src/com/android/dx/rop/annotation/
H A DAnnotations.java209 public Collection<Annotation> getAnnotations() { method in class:Annotations

Completed in 138 milliseconds