ix.iscript
Class Literal

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

public class Literal
extends Expression

See Also:
Serialized Form

Field Summary
protected  java.lang.Object value
           
 
Fields inherited from class ix.iscript.Expression
outputter
 
Constructor Summary
Literal()
           
 
Method Summary
 java.lang.Object getValue()
           
 void setValue(java.lang.Object value)
           
 
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

value

protected java.lang.Object value
Constructor Detail

Literal

public Literal()
Method Detail

getValue

public java.lang.Object getValue()

setValue

public void setValue(java.lang.Object value)