org.millscript.millscript.action
Class ForConditionWhereAction

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

public final class ForConditionWhereAction
extends ForConditionAction

This class represents a for loop where condition action. A where condition does not lead to termination of the loop, it simply skips to the next loop iteration.


Constructor Summary
ForConditionWhereAction(Action a)
          Constructs a new where condition action, with the supplied condition 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

ForConditionWhereAction

public ForConditionWhereAction(Action a)
Constructs a new where condition action, with the supplied condition action.

Parameters:
a - the where condition action


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