soot.jimple.toolkits.annotation.callgraph
Class CallData

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

public class CallData
extends Object


Constructor Summary
CallData()
           
 
Method Summary
 void addChild(CallData cd)
           
 void addOutput(CallData cd)
           
 void addToMap(Object key, CallData val)
           
 ArrayList<CallData> getChildren()
           
 String getData()
           
 HashMap<Object,CallData> getMap()
           
 ArrayList<CallData> getOutputs()
           
 void setData(String d)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CallData

public CallData()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

addChild

public void addChild(CallData cd)

addOutput

public void addOutput(CallData cd)

setData

public void setData(String d)

getData

public String getData()

getChildren

public ArrayList<CallData> getChildren()

getOutputs

public ArrayList<CallData> getOutputs()

addToMap

public void addToMap(Object key,
                     CallData val)

getMap

public HashMap<Object,CallData> getMap()