joeq.Compiler.Analysis.IPSSA.Utils
Class DefinitionSet

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by java.util.HashSet
              extended by joeq.Compiler.Analysis.IPSSA.Utils.DefinitionSet
All Implemented Interfaces:
Serializable, Cloneable, Iterable, Collection, Set

public class DefinitionSet
extends HashSet

Version:
$Id: DefinitionSet.java 2250 2005-04-29 07:41:11Z joewhaley $ Strongly typed definition set.
Author:
V.Benjamin Livshits
See Also:
Serialized Form

Constructor Summary
DefinitionSet()
           
 
Method Summary
 SSAIterator.DefinitionIterator getDefinitionIterator()
           
 
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

DefinitionSet

public DefinitionSet()
Method Detail

getDefinitionIterator

public SSAIterator.DefinitionIterator getDefinitionIterator()


Copyright © 2001-2008 John Whaley. All Rights Reserved.