Uses of Class kawa.lang.Syntax

Uses in package gnu.commonlisp.lang

Classes derived from kawa.lang.Syntax

class
The Syntax transformer that re-writes the `defun' ELisp builtin.
class
class
class
class
The Syntax transformer that re-writes the `setq' builtin.
class

Constructors with parameter type kawa.lang.Syntax

Uses in package gnu.jemacs.lang

Classes derived from kawa.lang.Syntax

class
class
class
The Syntax transformer that re-writes the lambda builtin.
class
class
Implement the ELisp `while' syntax form.

Uses in package gnu.kawa.lispexpr

Classes derived from kawa.lang.Syntax

class

Uses in package kawa.lang

Classes derived from kawa.lang.Syntax

class
Implement autoloading of Syntax (including macros).
class
The Syntax transformer that re-writes the lambda builtin.
class
class
The Syntax transformer that re-writes the "quote" "quasiquote" primitive.

Methods with return type kawa.lang.Syntax

Syntax

Uses in package kawa.standard

Classes derived from kawa.lang.Syntax

class
Implement the re-writer for the "begin" primitive.
class
Implements the "constant-fold" transformer.
class
The Syntax transformer that re-writes the "%define" internal form.
class
class
class
class
class
class
class
"define-variable" is like define, but ignored if variable already bound.
class
class
The Syntax transformer that re-writes the Scheme "fluid-let" primitive.
class
The Syntax transformer that re-writes the Scheme "let" primitive.
class
Implementation of the standard Scheme let-syntax and letrec-syntax forms.
class
The Syntax transformer that re-writes the Kawa "location" primitive.
class
class
class
class
class
class
class
class
class
The Syntax transformer that re-writes the Scheme "set!" primitive.
class
class
class
Implements the Kawa extension "%syntax-error".
class
Implement the standard Scheme "syntax-rules" form.
class
class

Methods with parameter type kawa.lang.Syntax

Object
with_compile_options.getOptions(Object form, Stack stack, Syntax command, Translator tr)