public class DexBackedMethodProtoReference extends BaseMethodProtoReference
Reference.InvalidReferenceException| Modifier and Type | Field and Description |
|---|---|
DexBackedDexFile |
dexFile |
| Constructor and Description |
|---|
DexBackedMethodProtoReference(DexBackedDexFile dexFile,
int protoIndex) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getParameterTypes()
Gets a list of the types of the parameters of this method prototype.
|
java.lang.String |
getReturnType()
Gets the return type of the referenced method prototype.
|
int |
getSize()
Calculate and return the private size of a method proto.
|
void |
validateReference()
Verifies that this reference is valid.
|
compareTo, equals, hashCode, toString@Nonnull public final DexBackedDexFile dexFile
public DexBackedMethodProtoReference(@Nonnull
DexBackedDexFile dexFile,
int protoIndex)
@Nonnull public java.util.List<java.lang.String> getParameterTypes()
MethodProtoReference@Nonnull public java.lang.String getReturnType()
MethodProtoReferencepublic int getSize()
public void validateReference()
throws Reference.InvalidReferenceException
ReferencevalidateReference in interface ReferencevalidateReference in class BaseReferenceReference.InvalidReferenceException - If the reference is not valid.