Uses of Class
gnu.expr.CaseExp
Packages that use CaseExp
Package
Description
Supports
Expression
,
and various related classes need to compile programming languages.-
Uses of CaseExp in gnu.expr
Modifier and TypeMethodDescriptionprotected Expression
ANormalize.visitCaseExp
(CaseExp exp, gnu.expr.ANormalize.Context context) protected Expression
ChainLambdas.visitCaseExp
(CaseExp exp, ScopeExp scope) protected R
ExpVisitor.visitCaseExp
(CaseExp exp, D d) protected Expression
FindCapturedVars.visitCaseExp
(CaseExp exp, Void ignored) protected Expression
FindTailCalls.visitCaseExp
(CaseExp exp, Expression returnContinuation) protected Expression
InlineCalls.visitCaseExp
(CaseExp exp, Type required) protected Expression
PushApply.visitCaseExp
(CaseExp exp, Void ignored)