public class

Tracker

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.android.controlflow.Tracker<InsnType extends com.pnfsoftware.jeb.core.units.code.ILocatedInstruction>

Class Overview

Track the registers use/def of a basic block. Used by the data flow analysis components. When performing DFA on the graph, a tracker is associated with each block.

Summary

Public Methods
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public String toString ()