com.android.dx.cf.iface
Interface Method

All Superinterfaces:
Member
All Known Implementing Classes:
ConcreteMethod, StdMethod

public interface Method
extends Member

Interface representing methods of class files.


Method Summary
 Prototype getEffectiveDescriptor()
          Get the effective method descriptor, which includes, if necessary, a first this parameter.
 
Methods inherited from interface com.android.dx.cf.iface.Member
getAccessFlags, getAttributes, getDefiningClass, getDescriptor, getName, getNat
 

Method Detail

getEffectiveDescriptor

Prototype getEffectiveDescriptor()
Get the effective method descriptor, which includes, if necessary, a first this parameter.

Returns:
non-null; the effective method descriptor


Copyright © 2015. All rights reserved.