public class DexBackedTypeReference extends BaseTypeReference
Reference.InvalidReferenceException| Modifier and Type | Field and Description |
|---|---|
DexBackedDexFile |
dexFile |
int |
typeIndex |
| Constructor and Description |
|---|
DexBackedTypeReference(DexBackedDexFile dexFile,
int typeIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
getSize()
Calculate and return the private size of a type reference.
|
java.lang.String |
getType()
Gets the string representation of the referenced type.
|
void |
validateReference()
Verifies that this reference is valid.
|
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()
TypeReferencepublic int getSize()
public void validateReference()
throws Reference.InvalidReferenceException
ReferencevalidateReference in interface ReferencevalidateReference in class BaseReferenceReference.InvalidReferenceException - If the reference is not valid.