orc.ast.oil.xml
Class Expression

java.lang.Object
  extended by orc.ast.oil.xml.Expression
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Argument, Atomic, Bar, Call, Definitions, Isolated, Pull, Push, Semicolon, Silent, WithLocation

public abstract class Expression
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

Constructor Detail

Expression

public Expression()
Method Detail

unmarshal

public abstract Expr unmarshal()