| com.pnfsoftware.jeb.core.units.code.asm.cfg.IVariableInformationProvider |
| 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) |
|---|