orc.ast.xml.expression.argument
Class Constant

java.lang.Object
  extended by orc.ast.xml.expression.Expression
      extended by orc.ast.xml.expression.argument.Argument
          extended by orc.ast.xml.expression.argument.Constant
All Implemented Interfaces:
java.io.Serializable

public class Constant
extends Argument

See Also:
Serialized Form

Field Summary
 java.lang.Object value
           
 
Constructor Summary
Constant()
           
Constant(java.lang.Object value)
           
 
Method Summary
 java.lang.String toString()
           
 Argument unmarshal(Config config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

public java.lang.Object value
Constructor Detail

Constant

public Constant()

Constant

public Constant(java.lang.Object value)
Method Detail

toString

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

unmarshal

public Argument unmarshal(Config config)
                   throws CompilationException
Specified by:
unmarshal in class Argument
Throws:
CompilationException