tip.cfg.dfa
Class ShapeAnalysis.TargetPair

java.lang.Object
  extended by tip.cfg.dfa.ShapeAnalysis.TargetPair
Enclosing class:
ShapeAnalysis

protected static class ShapeAnalysis.TargetPair
extends java.lang.Object


Field Summary
private  Target destination
           
private  Target source
           
 
Constructor Summary
ShapeAnalysis.TargetPair(Target source, Target destination)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 Target getDestination()
           
 Target getSource()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

source

private Target source

destination

private Target destination
Constructor Detail

ShapeAnalysis.TargetPair

public ShapeAnalysis.TargetPair(Target source,
                                Target destination)
Method Detail

getSource

public Target getSource()

getDestination

public Target getDestination()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object