| Package | Description |
|---|---|
| soot.jimple.toolkits.annotation.callgraph |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<MethInfo> |
CallGraphInfo.getInputs() |
ArrayList<MethInfo> |
CallGraphInfo.getOutputs() |
| Modifier and Type | Method and Description |
|---|---|
void |
CallGraphInfo.setInputs(ArrayList<MethInfo> list) |
void |
CallGraphInfo.setOutputs(ArrayList<MethInfo> list) |
| Constructor and Description |
|---|
CallGraphInfo(SootMethod sm,
ArrayList<MethInfo> outputs,
ArrayList<MethInfo> inputs) |
CallGraphInfo(SootMethod sm,
ArrayList<MethInfo> outputs,
ArrayList<MethInfo> inputs) |
Copyright © 2020 Soot OSS. All rights reserved.