Package org.jf.dexlib2.analysis
Class MethodAnalyzer.ReparentedMethodReference
java.lang.Object
org.jf.dexlib2.base.reference.BaseReference
org.jf.dexlib2.base.reference.BaseMethodReference
org.jf.dexlib2.analysis.MethodAnalyzer.ReparentedMethodReference
- All Implemented Interfaces:
Comparable<MethodReference>,MethodReference,Reference
- Enclosing class:
MethodAnalyzer
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jf.dexlib2.iface.reference.Reference
Reference.InvalidReferenceException -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionReparentedMethodReference(MethodReference baseReference, String definingClass) -
Method Summary
Modifier and TypeMethodDescriptionGets the type of the class that defines the referenced method.getName()Gets the name of the referenced method.List<? extends CharSequence> Gets a list of the types of the parameters of this method.Gets the return type of the referenced method.Methods inherited from class org.jf.dexlib2.base.reference.BaseMethodReference
compareTo, equals, hashCode, toStringMethods inherited from class org.jf.dexlib2.base.reference.BaseReference
validateReferenceMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jf.dexlib2.iface.reference.Reference
validateReference
-
Field Details
-
baseReference
-
definingClass
-
-
Constructor Details
-
ReparentedMethodReference
-
-
Method Details
-
getName
Description copied from interface:MethodReferenceGets the name of the referenced method.- Returns:
- The name of the referenced method
-
getParameterTypes
Description copied from interface:MethodReferenceGets a list of the types of the parameters of this method.- Returns:
- A list of the parameter types of this method, as strings.
-
getReturnType
Description copied from interface:MethodReferenceGets the return type of the referenced method.- Returns:
- The return type of the referenced method.
-
getDefiningClass
Description copied from interface:MethodReferenceGets the type of the class that defines the referenced method.- Returns:
- The type of the class that defines the referenced method
-