Home | History | Annotate | Download | only in cf

Lines Matching refs:AttributeList

30 import com.android.dx.cf.iface.AttributeList;
68 AttributeList attribs = method.getAttributes();
80 * Gets the annotations out of a given {@link AttributeList}. This
88 public static Annotations getAnnotations(AttributeList attribs) {
115 AttributeList attribs = cf.getAttributes();
173 private static Annotations getAnnotations0(AttributeList attribs) {
200 * {@link AttributeList}, if any, translating it to an annotation.
206 private static Annotation getSignature(AttributeList attribs) {
219 * {@link AttributeList}, if any, translating it to an annotation.
229 private static Annotation translateEnclosingMethod(AttributeList attribs) {
257 * {@link AttributeList}, if any, translating it to one or more of an
270 AttributeList attribs, boolean needEnclosingClass) {
358 AttributeList attribs = method.getAttributes();
405 AttributeList attribs = one.getAttributes();