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 ExpressionANormalize. visitCaseExp(CaseExp exp, gnu.expr.ANormalize.Context context)protected ExpressionChainLambdas. visitCaseExp(CaseExp exp, ScopeExp scope)protected RExpVisitor. visitCaseExp(CaseExp exp, D d)protected ExpressionFindCapturedVars. visitCaseExp(CaseExp exp, Void ignored)protected ExpressionFindTailCalls. visitCaseExp(CaseExp exp, Expression returnContinuation)protected ExpressionInlineCalls. visitCaseExp(CaseExp exp, Type required)protected ExpressionPushApply. visitCaseExp(CaseExp exp, Void ignored)
-