Package | Description |
---|---|
soot.shimple |
Public classes for the SSA Shimple intermediate representation.
|
soot.shimple.internal |
Shimple internal messy stuff.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultShimpleFactory |
Modifier and Type | Field and Description |
---|---|
protected ShimpleFactory |
PhiNodeManager.sf |
protected ShimpleFactory |
PiNodeManager.sf |
protected ShimpleFactory |
ShimpleBodyBuilder.sf |
protected ShimpleFactory |
PiNodeManager.sf |
protected ShimpleFactory |
ShimpleBodyBuilder.sf |
protected ShimpleFactory |
PhiNodeManager.sf |
Constructor and Description |
---|
PhiNodeManager(ShimpleBody body,
ShimpleFactory sf) |
PhiNodeManager(ShimpleBody body,
ShimpleFactory sf) |
PiNodeManager(ShimpleBody body,
boolean trimmed,
ShimpleFactory sf)
Transforms the provided body to pure SSA form.
|
PiNodeManager(ShimpleBody body,
boolean trimmed,
ShimpleFactory sf)
Transforms the provided body to pure SSA form.
|