Uses of Class
soot.grimp.GrimpBody

Packages that use GrimpBody
soot.grimp Public classes for the Grimp intermediate representation. 
 

Uses of GrimpBody in soot.grimp
 

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