Home
last modified time | relevance | path

Searched refs:getAttributes (Results 1 – 10 of 10) sorted by relevance

/dalvik/dx/src/com/android/dx/cf/code/
DConcreteMethod.java81 AttributeList attribs = method.getAttributes(); in ConcreteMethod()
84 AttributeList codeAttribs = attCode.getAttributes(); in ConcreteMethod()
165 public AttributeList getAttributes() { in getAttributes() method in ConcreteMethod
166 return method.getAttributes(); in getAttributes()
/dalvik/dx/src/com/android/dx/cf/iface/
DMember.java73 public AttributeList getAttributes(); in getAttributes() method
DClassFile.java113 public AttributeList getAttributes(); in getAttributes() method
DStdField.java44 AttributeList attribs = getAttributes(); in getConstantValue()
DStdMember.java107 public final AttributeList getAttributes() { in getAttributes() method in StdMember
/dalvik/dx/src/com/android/dx/dex/cf/
DAttributeTranslator.java71 AttributeList attribs = method.getAttributes(); in getExceptions()
118 AttributeList attribs = cf.getAttributes(); in getClassAnnotations()
157 Annotations result = getAnnotations(method.getAttributes()); in getMethodAnnotations()
361 AttributeList attribs = method.getAttributes(); in getParameterAnnotations()
408 AttributeList attribs = one.getAttributes(); in translateAnnotationDefaults()
DCfTranslator.java166 AttributeTranslator.getAnnotations(one.getAttributes()); in processFields()
/dalvik/dx/src/com/android/dx/cf/attrib/
DAttCode.java142 public AttributeList getAttributes() { in getAttributes() method in AttCode
/dalvik/dx/src/com/android/dx/cf/direct/
DDirectClassFile.java297 public AttributeList getAttributes() { in getAttributes() method in DirectClassFile
304 AttributeList attribs = getAttributes(); in getSourceFile()
/dalvik/dx/src/com/android/dx/command/annotool/
DAnnotationLister.java76 AttributeList attributes = cf.getAttributes(); in process()