polyglot.visit
Class CopyPropagator.DataFlowItem.CopyInfo

java.lang.Object
  extended by polyglot.visit.CopyPropagator.DataFlowItem.CopyInfo
Enclosing class:
CopyPropagator.DataFlowItem

protected static class CopyPropagator.DataFlowItem.CopyInfo
extends java.lang.Object


Constructor Summary
protected CopyPropagator.DataFlowItem.CopyInfo(LocalInstance li)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
protected  void setRoot(CopyPropagator.DataFlowItem.CopyInfo root)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyPropagator.DataFlowItem.CopyInfo

protected CopyPropagator.DataFlowItem.CopyInfo(LocalInstance li)
Method Detail

setRoot

protected void setRoot(CopyPropagator.DataFlowItem.CopyInfo root)

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