Uses of Class
gnu.expr.CatchClause
Packages that use CatchClause
Package
Description
Supports
Expression
,
and various related classes need to compile programming languages.-
Uses of CatchClause in gnu.expr
Methods in gnu.expr that return CatchClauseModifier and TypeMethodDescriptionfinal CatchClause
TryExp.getCatchClauses()
final CatchClause
CatchClause.getNext()
protected CatchClause
ANormalize.toCatchClause
(LetExp exp, CatchClause next) Methods in gnu.expr with parameters of type CatchClauseModifier and TypeMethodDescriptionfinal void
TryExp.setCatchClauses
(CatchClause catch_clauses) final void
CatchClause.setNext
(CatchClause next) protected CatchClause
ANormalize.toCatchClause
(LetExp exp, CatchClause next)