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


Field Summary
 CopyPropagator.DataFlowItem.CopyInfo from
           
 LocalInstance li
           
 CopyPropagator.DataFlowItem.CopyInfo root
           
 java.util.Set to
           
 
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
 

Field Detail

li

public final LocalInstance li

from

public CopyPropagator.DataFlowItem.CopyInfo from

to

public java.util.Set to

root

public CopyPropagator.DataFlowItem.CopyInfo root
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