orc.ast.oil.xml
Class Atomic

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

public class Atomic
extends Expression

See Also:
Serialized Form

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

Field Detail

body

public Expression body
Constructor Detail

Atomic

public Atomic()

Atomic

public Atomic(Expression body)
Method Detail

toString

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

unmarshal

public Expr unmarshal()
Specified by:
unmarshal in class Expression