ix.iscript
Class And

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

public class And
extends Expression

See Also:
Serialized Form

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

And

public And()
Method Detail

getOf

public ix.iscript.ListOfExpression getOf()

setOf

public void setOf(ix.iscript.ListOfExpression of)