com.android.dx.rop.cst
Class CstMethodRef
java.lang.Object
com.android.dx.rop.cst.Constant
com.android.dx.rop.cst.TypedConstant
com.android.dx.rop.cst.CstMemberRef
com.android.dx.rop.cst.CstBaseMethodRef
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.
|
Method Summary |
String |
typeName()
Returns the human name for the particular type of constant
this instance is. |
CstMethodRef
public CstMethodRef(CstType definingClass,
CstNat nat)
- Constructs an instance.
- Parameters:
definingClass - non-null; the type of the defining classnat - non-null; the name-and-type
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.