Package kawa.standard
Class let_syntax
- java.lang.Object
-
- kawa.lang.Syntax
-
- kawa.standard.let_syntax
-
-
Field Summary
Fields Modifier and Type Field Description static let_syntax
let_syntax
static let_syntax
letrec_syntax
-
Constructor Summary
Constructors Constructor Description let_syntax(boolean recursive, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
let_syntax
public static final let_syntax let_syntax
-
letrec_syntax
public static final let_syntax letrec_syntax
-
-
Constructor Detail
-
let_syntax
public let_syntax(boolean recursive, String name)
-
-
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.
-
-