|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkawa.lang.Syntax
kawa.standard.let_syntax
public class let_syntax
Implementation of the standard Scheme let-syntax and letrec-syntax forms. Not quite working yet.
| Field Summary | |
|---|---|
static let_syntax |
let_syntax
|
static let_syntax |
letrec_syntax
|
| Constructor Summary | |
|---|---|
let_syntax(boolean recursive,
java.lang.String name)
|
|
| Method Summary | |
|---|---|
Expression |
rewrite(java.lang.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, rewriteForm, scanForDefinitions, scanForm, setName, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final let_syntax let_syntax
public static final let_syntax letrec_syntax
| Constructor Detail |
|---|
public let_syntax(boolean recursive,
java.lang.String name)
| Method Detail |
|---|
public Expression rewrite(java.lang.Object obj,
Translator tr)
Syntax
rewrite in class Syntaxobj - the arguments to this "application" (i.e. the cdr of
the macro/builtin invokation)tr - the Translator that provides context
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||