ix.iscript
Class Expression

java.lang.Object
  extended by ix.iscript.Expression
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
And, Assignment, Call, If, Lambda, Let, Literal, Or, Sequence, VarRef, While

public abstract class Expression
extends java.lang.Object
implements java.io.Serializable

The root class of IScript expressions.

See Also:
Serialized Form

Field Summary
protected static org.jdom.output.XMLOutputter outputter
           
 
Constructor Summary
Expression()
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

outputter

protected static org.jdom.output.XMLOutputter outputter
Constructor Detail

Expression

public Expression()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object