| 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) |
protected BafBody |
AbstractASMBackend.getBafBody(SootMethod method)
Gets the baf body for the given SootMethod.
|
| Modifier and Type | Method and Description |
|---|---|
BafBody |
Baf.newBody(JimpleBody b)
Returns a BafBody constructed from b.
|
BafBody |
Baf.newBody(JimpleBody b,
String phase)
Returns a BafBody constructed from b.
|
BafBody |
Baf.newBody(SootMethod m)
Returns an empty BafBody associated with method m.
|
| Modifier and Type | Method and Description |
|---|---|
BafBody |
JimpleToBafContext.getBafBody() |
| Modifier and Type | Method and Description |
|---|---|
void |
JimpleToBafContext.setBafBody(BafBody bafBody) |
Copyright © 2020 Soot OSS. All rights reserved.