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

/dalvik/dx/src/com/android/dx/dex/cf/
H A DAttributeTranslator.java69 AttributeList attribs = method.getAttributes();
71 attribs.findFirst(AttExceptions.ATTRIBUTE_NAME);
86 * @param attribs {@code non-null;} the attributes list to search in
89 public static Annotations getAnnotations(AttributeList attribs) { argument
90 Annotations result = getAnnotations0(attribs);
91 Annotation signature = getSignature(attribs);
116 AttributeList attribs = cf.getAttributes();
117 Annotations result = getAnnotations(attribs);
118 Annotation enclosingMethod = translateEnclosingMethod(attribs);
122 translateInnerClasses(thisClass, attribs,
174 getAnnotations0(AttributeList attribs) argument
207 getSignature(AttributeList attribs) argument
230 translateEnclosingMethod(AttributeList attribs) argument
270 translateInnerClasses(CstType thisClass, AttributeList attribs, boolean needEnclosingClass) argument
[all...]

Completed in 66 milliseconds