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

/dalvik/dx/src/com/android/dx/cf/attrib/
H A DBaseAnnotations.java70 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
H A DAnnotationsDirectoryItem.java211 return item.getAnnotations();
/dalvik/dx/src/com/android/dx/dex/file/
H A DFieldAnnotationStruct.java123 public Annotations getAnnotations() { method in class:FieldAnnotationStruct
124 return annotations.getAnnotations();
H A DMethodAnnotationStruct.java123 public Annotations getAnnotations() { method in class:MethodAnnotationStruct
124 return annotations.getAnnotations();
H A DAnnotationSetItem.java57 for (Annotation a : annotations.getAnnotations()) {
85 public Annotations getAnnotations() { method in class:AnnotationSetItem
H A DAnnotationsDirectoryItem.java214 return item.getAnnotations();
/dalvik/dx/src/com/android/dx/dex/cf/
H A DAttributeTranslator.java89 public static Annotations getAnnotations(AttributeList attribs) { method in class:AttributeTranslator
107 * #getAnnotations}, also including annotations for translations
122 Annotations result = getAnnotations(attribs);
153 * #getAnnotations}, also including an annotation for the translation
160 Annotations result = getAnnotations(method.getAttributes());
173 * Helper method for {@link #getAnnotations} which just gets the
191 return invisible.getAnnotations();
195 return visible.getAnnotations();
200 return Annotations.combine(visible.getAnnotations(),
201 invisible.getAnnotations());
[all...]
H A DCfTranslator.java219 AttributeTranslator.getAnnotations(one.getAttributes());
/dalvik/dx/src/com/android/dx/command/annotool/
H A DAnnotationLister.java151 for (Annotation anAnn : ann.getAnnotations().getAnnotations()) {
185 for (Annotation anAnn : ann.getAnnotations().getAnnotations()) {
/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/rop/annotation/
H A DAnnotations.java211 public Collection<Annotation> getAnnotations() { method in class:Annotations
/dalvik/dx/src/com/android/multidex/
H A DMainDexListBuilder.java192 return (att != null && ((AttRuntimeVisibleAnnotations)att).getAnnotations().size()>0);
/dalvik/dx/src/com/android/dx/command/dexer/
H A DMain.java1127 for (Annotation a : methodAnnotations.getAnnotations()) {
1138 for (Annotation a : annotations.getAnnotations()) {

Completed in 4201 milliseconds