public interface

IVariableProvider

com.pnfsoftware.jeb.core.units.code.asm.cfg.IVariableProvider

Class Overview

A provider of variables.

Summary

Public Methods
abstract IVariable get(int id)
Retrieve a variable by id.
abstract IVariable getContaining(int id)
Retrieve a variable whose id "contains" the provided id.

Public Methods

public abstract IVariable get (int id)

Retrieve a variable by id.

public abstract IVariable getContaining (int id)

Retrieve a variable whose id "contains" the provided id. (The definition of "contains" is defined by the implementation.)