| Interface | Description |
|---|---|
| CallSiteReference |
This class represents a reference to a call site
|
| FieldReference |
This class represents a reference to a field.
|
| MethodHandleReference |
This class represents a reference to a method handle
|
| MethodProtoReference |
This class represents a reference to a method prototype.
|
| MethodReference |
This class represents a reference to a method.
|
| Reference |
This class is the base interface for field/method/string/type references in a dex file.
|
| StringReference |
This class represents a reference to an arbitrary string.
|
| TypeReference |
This class represents a reference to a type.
|
| Exception | Description |
|---|---|
| Reference.InvalidReferenceException |