harpoon.Analysis.TypeInference
Class SetHClass

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.HashSet
              extended by harpoon.Analysis.TypeInference.SetHClass
All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, Set

public class SetHClass
extends HashSet

SetHClass represents concrete type. Right now it is just a Set of HClasses, but optimized ways of representing cone of classes (i.e. class and all its subclasses) can be considered.

Version:
$Id: SetHClass.java,v 1.2 2002/02/25 21:00:38 cananian Exp $
Author:
Darko Marinov <marinov@lcs.mit.edu>
See Also:
Serialized Form

Constructor Summary
SetHClass()
           
SetHClass(HClass c)
           
SetHClass(SetHClass s)
           
 
Method Summary
 
Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size
 
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
 
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Set
addAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray
 

Constructor Detail

SetHClass

public SetHClass()

SetHClass

public SetHClass(HClass c)

SetHClass

public SetHClass(SetHClass s)