Package | Description |
---|---|
soot |
Base Soot classes, shared by different intermediate representations.
|
soot.baf |
Public classes for the Baf intermediate representation.
|
soot.jimple |
Public classes for the Jimple intermediate representation.
|
Modifier and Type | Method and Description |
---|---|
BafBody |
PackManager.convertJimpleBodyToBaf(SootMethod m) |
BafBody |
PackManager.convertJimpleBodyToBaf(SootMethod m) |
protected BafBody |
AbstractASMBackend.getBafBody(SootMethod method)
Gets the baf body for the given SootMethod.
|
protected BafBody |
AbstractASMBackend.getBafBody(SootMethod method)
Gets the baf body for the given SootMethod.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
BafBody |
JimpleToBafContext.getBafBody() |
BafBody |
JimpleToBafContext.getBafBody() |
Modifier and Type | Method and Description |
---|---|
void |
JimpleToBafContext.setBafBody(BafBody bafBody) |
void |
JimpleToBafContext.setBafBody(BafBody bafBody) |