com.ibm.wala.ipa.callgraph
Class CGLabeledEdge

java.lang.Object
  extended by com.ibm.wala.ipa.callgraph.CGEdge
      extended by com.ibm.wala.ipa.callgraph.CGLabeledEdge

public class CGLabeledEdge
extends CGEdge


Constructor Summary
CGLabeledEdge(CGNode src, CallSiteReference label, CGNode dst)
           
 
Method Summary
 boolean equals(java.lang.Object t)
           
 CallSiteReference getLabel()
           
 int hashCode()
           
 
Methods inherited from class com.ibm.wala.ipa.callgraph.CGEdge
getDest, getSrc, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CGLabeledEdge

public CGLabeledEdge(CGNode src,
                     CallSiteReference label,
                     CGNode dst)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class CGEdge

equals

public boolean equals(java.lang.Object t)
Overrides:
equals in class CGEdge

getLabel

public CallSiteReference getLabel()