soot.jimple.toolkits.annotation.callgraph
Class CallGraphInfo
java.lang.Object
soot.jimple.toolkits.annotation.callgraph.CallGraphInfo
- public class CallGraphInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallGraphInfo
public CallGraphInfo(SootMethod sm,
ArrayList outputs,
ArrayList inputs)
setCenter
public void setCenter(SootMethod sm)
getCenter
public SootMethod getCenter()
getInputs
public ArrayList getInputs()
setInputs
public void setInputs(ArrayList list)
getOutputs
public ArrayList getOutputs()
setOutputs
public void setOutputs(ArrayList list)