orc.orchard.oil
Class Tuple

java.lang.Object
  extended by orc.orchard.oil.Expression
      extended by orc.orchard.oil.Argument
          extended by orc.orchard.oil.Value
              extended by orc.orchard.oil.Tuple
All Implemented Interfaces:
java.io.Serializable

public class Tuple
extends Value

See Also:
Serialized Form

Field Summary
 Value[] elements
           
 int size
           
 
Constructor Summary
Tuple()
           
Tuple(Value[] elements)
           
 
Method Summary
 java.lang.String toString()
           
 Arg unmarshal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

elements

public Value[] elements

size

public int size
Constructor Detail

Tuple

public Tuple()

Tuple

public Tuple(Value[] elements)
Method Detail

toString

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

unmarshal

public Arg unmarshal()
              throws InvalidOilException
Specified by:
unmarshal in class Value
Throws:
InvalidOilException