| Package | Description |
|---|---|
| soot.jimple.toolkits.annotation.callgraph |
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<MethInfo> |
CallGraphInfo.getInputs() |
java.util.ArrayList<MethInfo> |
CallGraphInfo.getOutputs() |
| Modifier and Type | Method and Description |
|---|---|
void |
CallGraphInfo.setInputs(java.util.ArrayList<MethInfo> list) |
void |
CallGraphInfo.setOutputs(java.util.ArrayList<MethInfo> list) |
| Constructor and Description |
|---|
CallGraphInfo(SootMethod sm,
java.util.ArrayList<MethInfo> outputs,
java.util.ArrayList<MethInfo> inputs) |
CallGraphInfo(SootMethod sm,
java.util.ArrayList<MethInfo> outputs,
java.util.ArrayList<MethInfo> inputs) |
Copyright © 2012-2019 RoboVM AB. All Rights Reserved.