public class DexBackedFieldReference extends BaseFieldReference
| Modifier and Type | Field and Description |
|---|---|
DexBackedDexFile |
dexFile |
int |
fieldIdItemOffset |
| Constructor and Description |
|---|
DexBackedFieldReference(DexBackedDexFile dexFile,
int fieldIndex) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDefiningClass()
Gets the type of the class that defines the referenced field.
|
java.lang.String |
getName()
Gets the name of the referenced field.
|
java.lang.String |
getType()
Gets the type of the referenced field.
|
compareTo, equals, hashCode@Nonnull public final DexBackedDexFile dexFile
public final int fieldIdItemOffset
public DexBackedFieldReference(@Nonnull
DexBackedDexFile dexFile,
int fieldIndex)
@Nonnull public java.lang.String getDefiningClass()
FieldReference@Nonnull public java.lang.String getName()
FieldReference@Nonnull public java.lang.String getType()
FieldReference