Package org.jf.dexlib2.writer.pool
Class PoolMethodProto
java.lang.Object
org.jf.dexlib2.base.reference.BaseReference
org.jf.dexlib2.base.reference.BaseMethodProtoReference
org.jf.dexlib2.writer.pool.PoolMethodProto
- All Implemented Interfaces:
Comparable<MethodProtoReference>,MethodProtoReference,Reference
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jf.dexlib2.iface.reference.Reference
Reference.InvalidReferenceException -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<? extends CharSequence> Gets a list of the types of the parameters of this method prototype.Gets the return type of the referenced method prototype.Methods inherited from class org.jf.dexlib2.base.reference.BaseMethodProtoReference
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.MethodProtoReference
compareTo, equals, hashCodeMethods inherited from interface org.jf.dexlib2.iface.reference.Reference
validateReference
-
Field Details
-
methodReference
-
-
Constructor Details
-
PoolMethodProto
-
-
Method Details
-
getParameterTypes
Description copied from interface:MethodProtoReferenceGets a list of the types of the parameters of this method prototype.- Specified by:
getParameterTypesin interfaceMethodProtoReference- Returns:
- A list of the parameter types of this method prototype, as strings.
-
getReturnType
Description copied from interface:MethodProtoReferenceGets the return type of the referenced method prototype.- Specified by:
getReturnTypein interfaceMethodProtoReference- Returns:
- The return type of the referenced method prototype.
-