soot.jimple
Class JimpleToBafContext

java.lang.Object
  extended by soot.jimple.JimpleToBafContext

public class JimpleToBafContext
extends Object


Constructor Summary
JimpleToBafContext(int localCount)
          An approximation of the local count is required in order to allocate a reasonably sized hash map.
 
Method Summary
 BafBody getBafBody()
           
 Local getBafLocalOfJimpleLocal(Local jimpleLocal)
           
 Unit getCurrentUnit()
           
 void setBafBody(BafBody bafBody)
           
 void setBafLocalOfJimpleLocal(Local jimpleLocal, Local bafLocal)
           
 void setCurrentUnit(Unit u)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JimpleToBafContext

public JimpleToBafContext(int localCount)
An approximation of the local count is required in order to allocate a reasonably sized hash map.

Method Detail

setCurrentUnit

public void setCurrentUnit(Unit u)

getCurrentUnit

public Unit getCurrentUnit()

getBafLocalOfJimpleLocal

public Local getBafLocalOfJimpleLocal(Local jimpleLocal)

setBafLocalOfJimpleLocal

public void setBafLocalOfJimpleLocal(Local jimpleLocal,
                                     Local bafLocal)

getBafBody

public BafBody getBafBody()

setBafBody

public void setBafBody(BafBody bafBody)