Package | Description |
---|---|
soot.grimp |
Public classes for the Grimp intermediate representation.
|
Modifier and Type | Method and Description |
---|---|
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.
|