Package com.android.dx.cf.iface
Interface HasAttribute
- All Known Implementing Classes:
ConcreteMethod
,DirectClassFile
,StdField
,StdMember
,StdMethod
public interface HasAttribute
An element that can have
Attribute
-
Method Summary
Modifier and TypeMethodDescriptionGet the elementattributes
(along withattributes_count
).
-
Method Details
-
getAttributes
AttributeList getAttributes()Get the elementattributes
(along withattributes_count
).- Returns:
non-null;
the attributes list
-