org.millscript.millscript.expr
Class ForConditionExpr<A extends ForConditionAction>

java.lang.Object
  extended by org.millscript.millscript.expr.Expr<A>
      extended by org.millscript.millscript.expr.ForConditionExpr<A>
Direct Known Subclasses:
BindingExpr, ForConditionWhereExpr, ForConditionWhileExpr

public abstract class ForConditionExpr<A extends ForConditionAction>
extends Expr<A>

This class represents the base of all for loop condition expressions.

See Also:
ForSyntax, ForConditionAction

Constructor Summary
ForConditionExpr()
           
 
Method Summary
 
Methods inherited from class org.millscript.millscript.expr.Expr
arity, compile, compileIt, isIntegerExpr, resolve, resolveList, setLineNumber, setOrigin, show, show
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForConditionExpr

public ForConditionExpr()


Copyright © 2001-2007 Open World Ltd. All Rights Reserved.