gnu.expr
public class CatchClause extends ScopeExp
Constructor Summary | |
---|---|
CatchClause(Object name, ClassType type) | |
CatchClause(LambdaExp lexp) "Convert" a LambdaExp to a CatchClause . |
Method Summary | |
---|---|
void | compile(Compilation comp, Target target) |
Expression | getBody() |
CatchClause | getNext() |
protected boolean | mustCompile() |
void | print(OutPort out) |
void | setBody(Expression body) |
void | setNext(CatchClause next) |
protected void | walkChildren(ExpWalker walker) |
LambdaExp
to a CatchClause
.