public final class MethodId extends Object implements Comparable<MethodId>
Constructor and Description |
---|
MethodId(Dex dex,
int declaringClassIndex,
int protoIndex,
int nameIndex) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(MethodId other) |
int |
getDeclaringClassIndex() |
int |
getNameIndex() |
int |
getProtoIndex() |
String |
toString() |
void |
writeTo(Dex.Section out) |
public MethodId(Dex dex, int declaringClassIndex, int protoIndex, int nameIndex)
public int getDeclaringClassIndex()
public int getProtoIndex()
public int getNameIndex()
public int compareTo(MethodId other)
compareTo
in interface Comparable<MethodId>
public void writeTo(Dex.Section out)
Copyright © 2016. All Rights Reserved.