java.lang.Object | |
↳ | com.pnfsoftware.jeb.core.units.code.android.DexDecompilerEvent<T> |
![]() |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | DexDecompilerEvent.BuiltString | ||||||||||
class | DexDecompilerEvent.DecryptedBytes | ||||||||||
class | DexDecompilerEvent.DecryptedString | ||||||||||
class | DexDecompilerEvent.Message | ||||||||||
enum | DexDecompilerEvent.Type | ||||||||||
class | DexDecompilerEvent.UnreflectedFieldRead | ||||||||||
class | DexDecompilerEvent.UnreflectedFieldWrite | ||||||||||
class | DexDecompilerEvent.UnreflectedInvocation |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DexDecompilerEvent(DexDecompilerEvent.Type type, T data, String address) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object obj) | ||||||||||
String | format(boolean includeType, boolean includeAddress) | ||||||||||
String | getAddress() | ||||||||||
T | getData() | ||||||||||
long | getTimestamp() | ||||||||||
DexDecompilerEvent.Type | getType() | ||||||||||
int | hashCode() | ||||||||||
String | toString() |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | formatData(T data) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
address | optional |
---|