org.jclarion.clarion.runtime.expr
Class CExpr.OpIterator

java.lang.Object
  extended by org.jclarion.clarion.runtime.expr.CExpr.OpIterator
All Implemented Interfaces:
java.util.Iterator<CExpr>
Enclosing class:
CExpr

public static class CExpr.OpIterator
extends java.lang.Object
implements java.util.Iterator<CExpr>


Constructor Summary
CExpr.OpIterator(java.util.Iterator<? extends CExpr.GenericOp> op)
           
 
Method Summary
 boolean hasNext()
           
 CExpr next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CExpr.OpIterator

public CExpr.OpIterator(java.util.Iterator<? extends CExpr.GenericOp> op)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<CExpr>

next

public CExpr next()
Specified by:
next in interface java.util.Iterator<CExpr>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<CExpr>


Copyright © 2010. All Rights Reserved.