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

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

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


Constructor Summary
CExpr.OneIterator(CExpr e)
           
 
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.OneIterator

public CExpr.OneIterator(CExpr e)
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.