| Package | Description |
|---|---|
| soot.jimple.toolkits.ide.icfg |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJimpleBasedICFG |
class |
BackwardsInterproceduralCFG
Same as
JimpleBasedInterproceduralCFG but based on inverted unit graphs. |
class |
JimpleBasedInterproceduralCFG
Default implementation for the
InterproceduralCFG interface. |
class |
OnTheFlyJimpleBasedICFG
This is an implementation of AbstractJimpleBasedICFG that computes the ICFG on-the-fly.
|
| Modifier and Type | Field and Description |
|---|---|
protected BiDiInterproceduralCFG<Unit,SootMethod> |
BackwardsInterproceduralCFG.delegate |
| Constructor and Description |
|---|
BackwardsInterproceduralCFG(BiDiInterproceduralCFG<Unit,SootMethod> fwICFG) |
Copyright © 2020 Soot OSS. All rights reserved.