| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pnfsoftware.jeb.core.units.code.android.dex.DexReferenceType | |
Types of Dex references held in IDexAddress objects.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DexReferenceType | ALLOC | allocation of an object or array | |||||||||
| DexReferenceType | GET | field get | |||||||||
| DexReferenceType | GETTER | a getter, i.e. | |||||||||
| DexReferenceType | GET_REFLECTED | field get (accessed via reflection) - those references can be auto-added by dexdec | |||||||||
| DexReferenceType | INVOKE | method invocation | |||||||||
| DexReferenceType | INVOKER | an invoker, i.e. | |||||||||
| DexReferenceType | INVOKE_REFLECTED | method invocation (via reflection) - those references can be auto-added by dexdec | |||||||||
| DexReferenceType | META | meta reference | |||||||||
| DexReferenceType | PURE | simple reference | |||||||||
| DexReferenceType | REFLECTED | the object is referenced via reflection - those references can be auto-added by dexdec | |||||||||
| DexReferenceType | SET | field set (put) | |||||||||
| DexReferenceType | SETTER | a setter, i.e. | |||||||||
| DexReferenceType | SET_REFLECTED | field set (put, accessed via reflection) - those references can be auto-added by dexdec | |||||||||
| DexReferenceType | UNKNOWN | ||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static DexReferenceType | fromId(int id) | ||||||||||
| int | getId() | ||||||||||
| static DexReferenceType | valueOf(String name) | ||||||||||
| final static DexReferenceType[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
field get (accessed via reflection) - those references can be auto-added by dexdec
an invoker, i.e. a synthetic method used to invoke a method
method invocation (via reflection) - those references can be auto-added by dexdec
the object is referenced via reflection - those references can be auto-added by dexdec
field set (put, accessed via reflection) - those references can be auto-added by dexdec