harpoon.Analysis.PA2.Mutation
Class ParamInfo

java.lang.Object
  extended by harpoon.Analysis.PA2.Mutation.ParamInfo

public class ParamInfo
extends Object

ParamInfo

Version:
$Id: ParamInfo.java,v 1.1 2005/09/05 16:38:57 salcianu Exp $
Author:
Alexandru Salcianu <salcianu@alum.mit.edu>

Method Summary
 String declName()
           
 boolean equals(Object obj)
           
 int hashCode()
           
 PANode node()
           
 Temp temp()
           
 HClass type()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

temp

public Temp temp()

type

public HClass type()

declName

public String declName()

node

public PANode node()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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