Uses of Class
soot.baf.BafBody

Packages that use BafBody
soot.baf Public classes for the Baf intermediate representation. 
soot.jimple Public classes for the Jimple intermediate representation. 
 

Uses of BafBody in soot.baf
 

Methods in soot.baf that return BafBody
 BafBody Baf.newBody(Body b)
          Returns a BafBody constructed from b.
 BafBody Baf.newBody(Body b)
          Returns a BafBody constructed from b.
 BafBody Baf.newBody(Body b, String phase)
          Returns a BafBody constructed from b.
 BafBody Baf.newBody(Body b, String phase)
          Returns a BafBody constructed from b.
 BafBody Baf.newBody(SootMethod m)
          Returns an empty BafBody associated with method m.
 BafBody Baf.newBody(SootMethod m)
          Returns an empty BafBody associated with method m.
 

Uses of BafBody in soot.jimple
 

Methods in soot.jimple that return BafBody
 BafBody JimpleToBafContext.getBafBody()
           
 BafBody JimpleToBafContext.getBafBody()
           
 

Methods in soot.jimple with parameters of type BafBody
 void JimpleToBafContext.setBafBody(BafBody bafBody)
           
 void JimpleToBafContext.setBafBody(BafBody bafBody)