| Package | Description |
|---|---|
| soot.jimple.toolkits.annotation.callgraph |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<CallData> |
CallData.getChildren() |
HashMap<Object,CallData> |
CallData.getMap() |
ArrayList<CallData> |
CallData.getOutputs() |
| Modifier and Type | Method and Description |
|---|---|
void |
CallData.addChild(CallData cd) |
void |
CallData.addOutput(CallData cd) |
void |
CallData.addToMap(Object key,
CallData val) |
Copyright © 2020 Soot OSS. All rights reserved.