public class DexBackedTypeReference extends BaseTypeReference
| Modifier and Type | Field and Description |
|---|---|
DexBackedDexFile |
dexFile |
int |
typeIndex |
| Constructor and Description |
|---|
DexBackedTypeReference(DexBackedDexFile dexFile,
int typeIndex) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getType()
Gets the string representation of the referenced type.
|
charAt, compareTo, equals, hashCode, length, subSequence, toString@Nonnull public final DexBackedDexFile dexFile
public final int typeIndex
public DexBackedTypeReference(@Nonnull
DexBackedDexFile dexFile,
int typeIndex)
@Nonnull public java.lang.String getType()
TypeReference