| Constructor and Description |
|---|
FieldId(Dex dex,
int declaringClassIndex,
int typeIndex,
int nameIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FieldId other) |
int |
getDeclaringClassIndex() |
int |
getNameIndex() |
int |
getTypeIndex() |
java.lang.String |
toString() |
void |
writeTo(Dex.Section out) |
public FieldId(Dex dex, int declaringClassIndex, int typeIndex, int nameIndex)
public int getDeclaringClassIndex()
public int getTypeIndex()
public int getNameIndex()
public int compareTo(FieldId other)
compareTo in interface java.lang.Comparable<FieldId>public void writeTo(Dex.Section out)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All Rights Reserved.