public class

DexDecompilerEvent

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.android.DexDecompilerEvent<T>
Known Direct Subclasses

Class Overview

Events generated by Dex decompilers.

Summary

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
From class java.lang.Object

Public Constructors

public DexDecompilerEvent (DexDecompilerEvent.Type type, T data, String address)

Parameters
address optional

Public Methods

public boolean equals (Object obj)

public String format (boolean includeType, boolean includeAddress)

public String getAddress ()

public T getData ()

public long getTimestamp ()

public DexDecompilerEvent.Type getType ()

public int hashCode ()

public String toString ()

Protected Methods

protected String formatData (T data)