com.irs.jam
Class ExpListEnumerator

java.lang.Object
  |
  +--com.irs.jam.DListEnumerator
        |
        +--com.irs.jam.ExpListEnumerator
All Implemented Interfaces:
java.util.Enumeration, java.io.Serializable

public class ExpListEnumerator
extends DListEnumerator
implements java.io.Serializable

Expression and ExpressionList

See Also:
Serialized Form

Fields inherited from class com.irs.jam.DListEnumerator
_current, _list
 
Constructor Summary
ExpListEnumerator(ExpList explist)
           
 
Method Summary
 Expression getNext(Expression argument, Binding binding)
          Return an element in the list in sequence satisfying the matching function
 
Methods inherited from class com.irs.jam.DListEnumerator
appendHere, appendHere, getNext, getThis, hasMoreElements, insertHere, insertHere, isEndOfList, nextElement, removeThis, replaceThis, reset, reset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpListEnumerator

public ExpListEnumerator(ExpList explist)
Method Detail

getNext

public Expression getNext(Expression argument,
                          Binding binding)
Return an element in the list in sequence satisfying the matching function