Package | Description |
---|---|
gnu.expr |
Supports
Expression ,
and various related classes need to compile programming languages. |
Modifier and Type | Method and Description |
---|---|
CatchClause |
TryExp.getCatchClauses() |
CatchClause |
CatchClause.getNext() |
protected CatchClause |
ANormalize.toCatchClause(LetExp exp,
CatchClause next) |
Modifier and Type | Method and Description |
---|---|
void |
TryExp.setCatchClauses(CatchClause catch_clauses) |
void |
CatchClause.setNext(CatchClause next) |
protected CatchClause |
ANormalize.toCatchClause(LetExp exp,
CatchClause next) |