public class JimpleToBafContext
extends java.lang.Object
Constructor and Description |
---|
JimpleToBafContext(int localCount)
An approximation of the local count is required in order to allocate a reasonably sized hash map.
|
Modifier and Type | Method and Description |
---|---|
BafBody |
getBafBody() |
Local |
getBafLocalOfJimpleLocal(Local jimpleLocal) |
Unit |
getCurrentUnit() |
void |
setBafBody(BafBody bafBody) |
void |
setBafLocalOfJimpleLocal(Local jimpleLocal,
Local bafLocal) |
void |
setCurrentUnit(Unit u) |
public JimpleToBafContext(int localCount)