joeq.Compiler.Analysis.IPSSA
Class SSAIterator.ValueIterator

java.lang.Object
  extended by jwutil.collections.UnmodifiableIterator
      extended by joeq.Compiler.Analysis.IPSSA.SSAIterator.ValueIterator
All Implemented Interfaces:
Iterator
Enclosing class:
SSAIterator

public static class SSAIterator.ValueIterator
extends jwutil.collections.UnmodifiableIterator


Constructor Summary
SSAIterator.ValueIterator(Iterator iter)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 SSAValue nextValue()
           
 
Methods inherited from class jwutil.collections.UnmodifiableIterator
remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSAIterator.ValueIterator

public SSAIterator.ValueIterator(Iterator iter)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator
Specified by:
hasNext in class jwutil.collections.UnmodifiableIterator

next

public Object next()
Specified by:
next in interface Iterator
Specified by:
next in class jwutil.collections.UnmodifiableIterator

nextValue

public SSAValue nextValue()


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