FileDocCategorySizeDatePackage
CstMethodRef.javaAPI DocAndroid 1.5 API1164Wed May 06 22:41:02 BST 2009com.android.dx.rop.cst

CstMethodRef

public final class CstMethodRef extends CstBaseMethodRef
Constants of type CONSTANT_Methodref_info.

Fields Summary
Constructors Summary
public CstMethodRef(CstType definingClass, CstNat nat)
Constructs an instance.

param
definingClass non-null; the type of the defining class
param
nat non-null; the name-and-type

        super(definingClass, nat);
    
Methods Summary
public java.lang.StringtypeName()
{@inheritDoc}

        return "method";