orc.ast.xml.expression
Class Catch

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

public class Catch
extends Expression

See Also:
Serialized Form

Field Summary
 Def catchHandler
           
 Expression tryExpr
           
 
Constructor Summary
Catch()
           
Catch(Def catchHandler, Expression tryExpr)
           
 
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

tryExpr

public Expression tryExpr

catchHandler

public Def catchHandler
Constructor Detail

Catch

public Catch()

Catch

public Catch(Def catchHandler,
             Expression tryExpr)
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