orc.ast.oil.xml
Class Argument

java.lang.Object
  extended by orc.ast.oil.xml.Expression
      extended by orc.ast.oil.xml.Argument
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Constant, Field, Site, Variable

public abstract class Argument
extends Expression

Arguments to sites and expressions.

Author:
quark
See Also:
Serialized Form

Constructor Summary
Argument()
           
 
Method Summary
abstract  Arg unmarshal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Argument

public Argument()
Method Detail

unmarshal

public abstract Arg unmarshal()
Specified by:
unmarshal in class Expression