Class CstInterfaceMethodRef
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.CstInterfaceMethodRef
- All Implemented Interfaces:
TypeBearer, ToHuman, Comparable<Constant>
Constants of type
CONSTANT_InterfaceMethodref_info.-
Constructor Summary
ConstructorsConstructorDescriptionCstInterfaceMethodRef(CstType definingClass, CstNat nat) Constructs an instance. -
Method Summary
Modifier and TypeMethodDescriptionGets a normal (non-interface)CstMethodRefthat corresponds to this instance.typeName()Returns the human name for the particular type of constant this instance is.Methods inherited from class CstBaseMethodRef
compareTo0, getParameterWordCount, getPrototype, getPrototype, getType, isClassInit, isInstanceInit, isSignaturePolymorphicMethods inherited from class CstMemberRef
equals, getDefiningClass, getNat, hashCode, isCategory2, toHuman, toStringMethods inherited from class TypedConstant
getBasicFrameType, getBasicType, getFrameType, isConstant
-
Constructor Details
-
CstInterfaceMethodRef
-
-
Method Details
-
typeName
-
toMethodRef
Gets a normal (non-interface)CstMethodRefthat corresponds to this instance.- Returns:
non-null;an appropriate instance
-