Package 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>
Constants of type
CONSTANT_Methodref_info
.-
Constructor Summary
-
Method Summary
Methods inherited from class com.android.dx.rop.cst.CstBaseMethodRef
compareTo0, getParameterWordCount, getPrototype, getPrototype, getType, isClassInit, isInstanceInit, isSignaturePolymorphic
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
-
Constructor Details
-
CstMethodRef
Constructs an instance.- Parameters:
definingClass
-non-null;
the type of the defining classnat
-non-null;
the name-and-type
-
-
Method Details