soot.jimple.toolkits.annotation.callgraph
Class CallGraphInfo

java.lang.Object
  extended bysoot.jimple.toolkits.annotation.callgraph.CallGraphInfo

public class CallGraphInfo
extends Object


Constructor Summary
CallGraphInfo(SootMethod sm, ArrayList outputs, ArrayList inputs)
           
 
Method Summary
 SootMethod getCenter()
           
 ArrayList getInputs()
           
 ArrayList getOutputs()
           
 void setCenter(SootMethod sm)
           
 void setInputs(ArrayList list)
           
 void setOutputs(ArrayList 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 outputs,
                     ArrayList inputs)
Method Detail

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)