orc.ast.xml.expression
Class Otherwise

java.lang.Object
  extended by orc.ast.xml.expression.Expression
      extended by orc.ast.xml.expression.Otherwise
All Implemented Interfaces:
java.io.Serializable

public class Otherwise
extends Expression

See Also:
Serialized Form

Field Summary
 Expression left
           
 Expression right
           
 
Constructor Summary
Otherwise()
           
Otherwise(Expression left, Expression right)
           
 
Method Summary
 java.lang.String toString()
           
 Expression unmarshal(Config config)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

left

public Expression left

right

public Expression right
Constructor Detail

Otherwise

public Otherwise()

Otherwise

public Otherwise(Expression left,
                 Expression right)
Method Detail

toString

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

unmarshal

public Expression unmarshal(Config config)
                     throws CompilationException
Specified by:
unmarshal in class Expression
Throws:
CompilationException