com.android.dx.rop.cst
Class CstMethodRef

java.lang.Object
  extended by com.android.dx.rop.cst.Constant
      extended by com.android.dx.rop.cst.TypedConstant
          extended by com.android.dx.rop.cst.CstMemberRef
              extended by com.android.dx.rop.cst.CstBaseMethodRef
                  extended by com.android.dx.rop.cst.CstMethodRef
All Implemented Interfaces:
TypeBearer, ToHuman, Comparable<Constant>

public final class CstMethodRef
extends CstBaseMethodRef

Constants of type CONSTANT_Methodref_info.


Constructor Summary
CstMethodRef(CstType definingClass, CstNat nat)
          Constructs an instance.
 
Method Summary
 String typeName()
          Returns the human name for the particular type of constant this instance is.
 
Methods inherited from class com.android.dx.rop.cst.CstBaseMethodRef
compareTo0, getParameterWordCount, getPrototype, getPrototype, getType, isClassInit, isInstanceInit
 
Methods inherited from class com.android.dx.rop.cst.CstMemberRef
equals, getDefiningClass, getNat, hashCode, isCategory2, toHuman, toString
 
Methods inherited from class com.android.dx.rop.cst.TypedConstant
getBasicFrameType, getBasicType, getFrameType, isConstant
 
Methods inherited from class com.android.dx.rop.cst.Constant
compareTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CstMethodRef

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

Parameters:
definingClass - non-null; the type of the defining class
nat - non-null; the name-and-type
Method Detail

typeName

public String typeName()
Returns the human name for the particular type of constant this instance is.

Specified by:
typeName in class Constant
Returns:
non-null; the name


Copyright © 2015. All rights reserved.