soot.jimple.toolkits.annotation.callgraph
Class CallGraphInfo

java.lang.Object
  extended by soot.jimple.toolkits.annotation.callgraph.CallGraphInfo

public class CallGraphInfo
extends Object


Constructor Summary
CallGraphInfo(SootMethod sm, ArrayList<MethInfo> outputs, ArrayList<MethInfo> inputs)
           
 
Method Summary
 SootMethod getCenter()
           
 ArrayList<MethInfo> getInputs()
           
 ArrayList<MethInfo> getOutputs()
           
 void setCenter(SootMethod sm)
           
 void setInputs(ArrayList<MethInfo> list)
           
 void setOutputs(ArrayList<MethInfo> list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallGraphInfo

public CallGraphInfo(SootMethod sm,
                     ArrayList<MethInfo> outputs,
                     ArrayList<MethInfo> inputs)
Method Detail

setCenter

public void setCenter(SootMethod sm)

getCenter

public SootMethod getCenter()

getInputs

public ArrayList<MethInfo> getInputs()

setInputs

public void setInputs(ArrayList<MethInfo> list)

getOutputs

public ArrayList<MethInfo> getOutputs()

setOutputs

public void setOutputs(ArrayList<MethInfo> list)