cdqa.iterator
Class VCall

java.lang.Object
  extended by cdqa.iterator.Iterator
      extended by cdqa.iterator.UnaryOpIterator
          extended by cdqa.iterator.VCall

public final class VCall
extends UnaryOpIterator


Nested Class Summary
 
Nested classes/interfaces inherited from class cdqa.iterator.Iterator
Iterator.IteratorManager
 
Field Summary
(package private)  boolean finish
           
 
Fields inherited from class cdqa.iterator.UnaryOpIterator
i
 
Fields inherited from class cdqa.iterator.Iterator
current, initValue, NULL
 
Constructor Summary
VCall(VBinding b)
           
 
Method Summary
 void postInit()
           
 XObject pumpNext()
           
 
Methods inherited from class cdqa.iterator.UnaryOpIterator
debugPrint, preClose, setIterator
 
Methods inherited from class cdqa.iterator.Iterator
aggreg, all, and, asBooleanIterator, close, constant, constant, constant, constant, constant, empty, exist, getCurrent, init, init, join, join, list, ljoin, ljoin, map, mapL, mapL, mapL, mTOm, next, not, or, rjoin, rjoin, scan, scan, theFalseIterator, theTrueIterator, toPrintWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

finish

boolean finish
Constructor Detail

VCall

public VCall(VBinding b)
Method Detail

postInit

public void postInit()
Overrides:
postInit in class UnaryOpIterator

pumpNext

public XObject pumpNext()
Overrides:
pumpNext in class UnaryOpIterator