Package com.android.dexdeps
Class MethodRef
java.lang.Object
com.android.dexdeps.MethodRef
- All Implemented Interfaces:
HasDeclaringClass
-
Constructor Details
-
MethodRef
Initializes a new field reference.
-
-
Method Details
-
getDeclClassName
Gets the name of the method's declaring class.- Specified by:
getDeclClassNamein interfaceHasDeclaringClass
-
getDescriptor
Gets the method's descriptor. -
getName
Gets the method's name. -
getArgumentTypeNames
Gets an array of method argument types. -
getReturnTypeName
Gets the method's return type. Examples: "Ljava/lang/String;", "[I". -
equals
-
hashCode
-