orc.ast.xml.expression
Class Isolated

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

public class Isolated
extends Expression

The "isolated" keyword.

Author:
quark
See Also:
Isolate, Serialized Form

Field Summary
 Expression body
           
 
Constructor Summary
Isolated()
           
Isolated(Expression body)
           
 
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

body

public Expression body
Constructor Detail

Isolated

public Isolated()

Isolated

public Isolated(Expression body)
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