public class CallGraphInfo extends Object
Constructor and Description |
---|
CallGraphInfo(SootMethod sm,
ArrayList<MethInfo> outputs,
ArrayList<MethInfo> inputs) |
Modifier and Type | Method and Description |
---|---|
SootMethod |
getCenter() |
ArrayList<MethInfo> |
getInputs() |
ArrayList<MethInfo> |
getOutputs() |
void |
setCenter(SootMethod sm) |
void |
setInputs(ArrayList<MethInfo> list) |
void |
setOutputs(ArrayList<MethInfo> list) |
public CallGraphInfo(SootMethod sm, ArrayList<MethInfo> outputs, ArrayList<MethInfo> inputs)
public void setCenter(SootMethod sm)
public SootMethod getCenter()