orc.ast.xml.expression
Class Expression

java.lang.Object
  extended by orc.ast.xml.expression.Expression
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Argument, Call, Catch, DeclareDefs, DeclareType, HasType, Otherwise, Parallel, Pruning, Sequential, Stop, Throw, WithLocation

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

See Also:
Serialized Form

Constructor Summary
Expression()
           
 
Method Summary
abstract  Expression unmarshal(Config config)
           
 
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 Expression unmarshal(Config config)
                              throws CompilationException
Throws:
CompilationException