org.millscript.millscript.action
Class ForConditionWhileAction

java.lang.Object
  extended by org.millscript.millscript.action.Action
      extended by org.millscript.millscript.action.ForConditionAction
          extended by org.millscript.millscript.action.ForConditionWhileAction
All Implemented Interfaces:
org.millscript.commons.alert.AlertOrigin

public final class ForConditionWhileAction
extends ForConditionAction

This class represents a for loop while condition action. A while condition loops while the expression is true, then executes the termination expression and terminates the loop.


Constructor Summary
ForConditionWhileAction(Action a, Action b)
          Constructs a new while condition action, with the supplied condition and termination action.
 
Method Summary
 
Methods inherited from class org.millscript.millscript.action.ForConditionAction
action, setFinallyAction
 
Methods inherited from class org.millscript.millscript.action.Action
act, act1, getLineNumber, getOrigin, predAct, setContext, setLineNumber, setOrigin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForConditionWhileAction

public ForConditionWhileAction(Action a,
                               Action b)
Constructs a new while condition action, with the supplied condition and termination action.

Parameters:
a - the while condition action
b - the termination(finally) action


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