Uses of Class
gnu.expr.CaseExp
-
Packages that use CaseExp Package Description gnu.expr SupportsExpression
, and various related classes need to compile programming languages. -
-
Uses of CaseExp in gnu.expr
Methods in gnu.expr with parameters of type CaseExp Modifier and Type Method Description protected 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)
-