Package kawa.standard
Class fluid_let
- java.lang.Object
-
- kawa.lang.Syntax
-
- kawa.standard.fluid_let
-
-
Constructor Summary
Constructors Constructor Description fluid_let()
fluid_let(boolean star, boolean warnIfUndefined, Expression defaultInit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Expression
rewrite(Object bindings, Object body, Translator tr)
Expression
rewrite(Object obj, Translator tr)
Re-write an expression that is an "application" of this Syntax object.-
Methods inherited from class kawa.lang.Syntax
getName, getSymbol, print, rewriteForm, scanForDefinitions, scanForm, setName, setName
-
-
-
-
Field Detail
-
fluid_let
public static final fluid_let fluid_let
-
-
Constructor Detail
-
fluid_let
public fluid_let(boolean star, boolean warnIfUndefined, Expression defaultInit)
-
fluid_let
public fluid_let()
-
-
Method Detail
-
rewrite
public Expression rewrite(Object obj, Translator tr)
Description copied from class:Syntax
Re-write an expression that is an "application" of this Syntax object.
-
rewrite
public Expression rewrite(Object bindings, Object body, Translator tr)
-
-