|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object orc.ast.xml.expression.Expression orc.ast.xml.expression.Catch
public class Catch
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 |
---|
public Expression tryExpr
public Def catchHandler
Constructor Detail |
---|
public Catch()
public Catch(Def catchHandler, Expression tryExpr)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public Expression unmarshal(Config config) throws CompilationException
unmarshal
in class Expression
CompilationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |