harpoon.Analysis.Tree
Class AlignmentAnalysis.NameDefPoint

java.lang.Object
  extended by harpoon.Analysis.Tree.AlignmentAnalysis.DefPoint
      extended by harpoon.Analysis.Tree.AlignmentAnalysis.NameDefPoint
Enclosing class:
AlignmentAnalysis

public class AlignmentAnalysis.NameDefPoint
extends AlignmentAnalysis.DefPoint


Field Summary
 NAME name
           
 
Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
           
 HClass type()
           
 
Methods inherited from class harpoon.Analysis.Tree.AlignmentAnalysis.DefPoint
isWellTyped
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public final NAME name
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

type

public HClass type()
Specified by:
type in class AlignmentAnalysis.DefPoint

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object