Uses of Class
gnu.expr.FluidLetExp
-
Packages that use FluidLetExp Package Description gnu.expr SupportsExpression
, and various related classes need to compile programming languages. -
-
Uses of FluidLetExp in gnu.expr
Methods in gnu.expr with parameters of type FluidLetExp Modifier and Type Method Description protected R
ExpVisitor. visitFluidLetExp(FluidLetExp exp, D d)
protected Expression
FindCapturedVars. visitFluidLetExp(FluidLetExp exp, Void ignored)
protected Expression
FindTailCalls. visitFluidLetExp(FluidLetExp exp, Expression returnContinuation)
protected Expression
InlineCalls. visitFluidLetExp(FluidLetExp exp, Type required)
-