public interface

ICFGOwnerContext

com.pnfsoftware.jeb.core.units.code.ICFGOwnerContext
Known Indirect Subclasses

Class Overview

Definition of a context owning or managing a control flow graph. The context may provide additional information (such as variable names) not present in a CFG.

Summary

Public Methods
abstract String getName(int id)
Get a variable name by id.
abstract Set<Integer> getSame(int id)
Get the copies of a variable having the provided id.

Public Methods

public abstract String getName (int id)

Get a variable name by id.

public abstract Set<Integer> getSame (int id)

Get the copies of a variable having the provided id.

Parameters
id a variable id (original or copy)
Returns
  • a set of all variables that represent the "same" provided variable