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

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

public static class CExpr.OpIterable
extends java.lang.Object
implements java.lang.Iterable<CExpr>


Constructor Summary
CExpr.OpIterable(java.lang.Iterable<? extends CExpr.GenericOp> op)
           
 
Method Summary
 java.util.Iterator<CExpr> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CExpr.OpIterable

public CExpr.OpIterable(java.lang.Iterable<? extends CExpr.GenericOp> op)
Method Detail

iterator

public java.util.Iterator<CExpr> iterator()
Specified by:
iterator in interface java.lang.Iterable<CExpr>


Copyright © 2010. All Rights Reserved.