joeq.Compiler.Analysis.IPSSA
Class SSAIterator.ValueIterator
java.lang.Object
jwutil.collections.UnmodifiableIterator
joeq.Compiler.Analysis.IPSSA.SSAIterator.ValueIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- SSAIterator
public static class SSAIterator.ValueIterator
- extends jwutil.collections.UnmodifiableIterator
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 |
SSAIterator.ValueIterator
public SSAIterator.ValueIterator(Iterator iter)
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.