FileDocCategorySizeDatePackage
CstMethodRef.javaAPI DocAndroid 5.1 API1178Thu Mar 12 22:18:30 GMT 2015com.android.dexgen.rop.cst

CstMethodRef

public final class CstMethodRef extends CstBaseMethodRef
Constants of type {@code CONSTANT_Methodref_info}.

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

param
definingClass {@code non-null;} the type of the defining class
param
nat {@code non-null;} the name-and-type

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

        return "method";