| Modifier and Type | Field and Description |
|---|---|
static define_syntax |
define_macro |
static define_syntax |
define_rewrite_syntax |
static define_syntax |
define_syntax |
| Constructor and Description |
|---|
define_syntax() |
define_syntax(java.lang.Object name,
boolean hygienic) |
define_syntax(java.lang.Object name,
int flags) |
| Modifier and Type | Method and Description |
|---|---|
Expression |
rewriteForm(Pair form,
Translator tr) |
void |
scanForm(Pair st,
ScopeExp defs,
Translator tr) |
public static final define_syntax define_macro
public static final define_syntax define_syntax
public static final define_syntax define_rewrite_syntax
public define_syntax()
public define_syntax(java.lang.Object name,
int flags)
public define_syntax(java.lang.Object name,
boolean hygienic)
public Expression rewriteForm(Pair form, Translator tr)
rewriteForm in class Syntaxpublic void scanForm(Pair st, ScopeExp defs, Translator tr)