orc.ast.xml.expression.argument
Class Variable

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.Variable
All Implemented Interfaces:
java.io.Serializable

public class Variable
extends Argument

See Also:
Serialized Form

Field Summary
 int index
           
 
Constructor Summary
Variable()
           
Variable(int index)
           
 
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

index

public int index
Constructor Detail

Variable

public Variable()

Variable

public Variable(int index)
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