| com.pnfsoftware.jeb.core.units.code.ICFGOwnerContext |
Known Indirect Subclasses
|
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.
| 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.
| ||||||||||
Get a variable name by id.
Get the copies of a variable having the provided id.
| id | a variable id (original or copy) |
|---|