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

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

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


Constructor Summary
CExpr.DeepIterator(CExpr base)
           
 
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.DeepIterator

public CExpr.DeepIterator(CExpr base)
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.