ix.iscript
Class Or

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

public class Or
extends Expression

See Also:
Serialized Form

Field Summary
protected  ix.iscript.ListOfExpression of
           
 
Fields inherited from class ix.iscript.Expression
outputter
 
Constructor Summary
Or()
           
 
Method Summary
 ix.iscript.ListOfExpression getOf()
           
 void setOf(ix.iscript.ListOfExpression of)
           
 
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

of

protected ix.iscript.ListOfExpression of
Constructor Detail

Or

public Or()
Method Detail

getOf

public ix.iscript.ListOfExpression getOf()

setOf

public void setOf(ix.iscript.ListOfExpression of)