public class

Tracker

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.units.code.asm.cfg.Tracker<InsnType extends com.pnfsoftware.jeb.core.units.code.IInstruction>

Class Overview

Track general register usage made by the instructions of a block. Used for data flow analysis. Every block has multiple trackers.

Summary

Public Methods
Set<Long> getInput(int reg)
Map<Integer, Set<Long>> getInputs()
Set<Long> getOutput(int reg)
Map<Integer, Set<Long>> getOutputs()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public Set<Long> getInput (int reg)

public Map<Integer, Set<Long>> getInputs ()

public Set<Long> getOutput (int reg)

public Map<Integer, Set<Long>> getOutputs ()

public String toString ()