ix.iscript
Class While

java.lang.Object
  extended by ix.iscript.Expression
      extended by ix.iscript.While
All Implemented Interfaces:
java.io.Serializable

public class While
extends Expression

See Also:
Serialized Form

Field Summary
protected  Expression repeat
           
protected  Expression test
           
 
Fields inherited from class ix.iscript.Expression
outputter
 
Constructor Summary
While()
           
 
Method Summary
 Expression getRepeat()
           
 Expression getTest()
           
 void setRepeat(Expression repeat)
           
 void setTest(Expression test)
           
 
Methods inherited from class ix.iscript.Expression
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

test

protected Expression test

repeat

protected Expression repeat
Constructor Detail

While

public While()
Method Detail

getTest

public Expression getTest()

setTest

public void setTest(Expression test)

getRepeat

public Expression getRepeat()

setRepeat

public void setRepeat(Expression repeat)