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() |
Modifier and Type | Method and Description |
---|---|
void |
TryExp.setCatchClauses(CatchClause catch_clauses) |
void |
CatchClause.setNext(CatchClause next) |