Package com.android.dx.cf.iface
Interface Method
- All Superinterfaces:
HasAttribute
,Member
- All Known Implementing Classes:
ConcreteMethod
,StdMethod
Interface representing methods of class files.
-
Method Summary
Modifier and TypeMethodDescriptionGet the effective method descriptor, which includes, if necessary, a firstthis
parameter.Methods inherited from interface com.android.dx.cf.iface.Member
getAccessFlags, getAttributes, getDefiningClass, getDescriptor, getName, getNat
-
Method Details
-
getEffectiveDescriptor
Prototype getEffectiveDescriptor()Get the effective method descriptor, which includes, if necessary, a firstthis
parameter.- Returns:
non-null;
the effective method descriptor
-