|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Syntax | |
---|---|
gnu.commonlisp.lang | |
gnu.jemacs.lang | Contains classes to implement the Emacs Lisp language. |
gnu.kawa.lispexpr | |
kawa.lang | |
kawa.standard |
Uses of Syntax in gnu.commonlisp.lang |
---|
Subclasses of Syntax in gnu.commonlisp.lang | |
---|---|
class |
defun
The Syntax transformer that re-writes the `defun' ELisp builtin. |
class |
defvar
|
class |
function
|
class |
prog1
|
class |
setq
The Syntax transformer that re-writes the `setq' builtin. |
class |
UnwindProtect
|
Constructors in gnu.commonlisp.lang with parameters of type Syntax | |
---|---|
function(Syntax lambda)
|
Uses of Syntax in gnu.jemacs.lang |
---|
Subclasses of Syntax in gnu.jemacs.lang | |
---|---|
class |
defcustom
|
class |
defgroup
|
class |
lambda
The Syntax transformer that re-writes the lambda builtin. |
class |
SaveExcursion
|
class |
While
Implement the ELisp `while' syntax form. |
Uses of Syntax in gnu.kawa.lispexpr |
---|
Subclasses of Syntax in gnu.kawa.lispexpr | |
---|---|
class |
DefineNamespace
|
class |
MakeXmlElement
A Syntax transformer for a XML constructor. |
class |
ResolveNamespace
|
Uses of Syntax in kawa.lang |
---|
Subclasses of Syntax in kawa.lang | |
---|---|
class |
AutoloadSyntax
Implement autoloading of Syntax (including macros). |
class |
Lambda
The Syntax transformer that re-writes the lambda builtin. |
class |
Macro
|
class |
Quote
The Syntax transformer that re-writes the "quote" "quasiquote" primitive. |
Methods in kawa.lang that return Syntax | |
---|---|
Syntax |
Translator.getCurrentSyntax()
|
Uses of Syntax in kawa.standard |
---|
Subclasses of Syntax in kawa.standard | |
---|---|
class |
begin
Implement the re-writer for the "begin" primitive. |
class |
constant_fold
Implements the "constant-fold" transformer. |
class |
define
The Syntax transformer that re-writes the "%define" internal form. |
class |
define_alias
|
class |
define_autoload
|
class |
define_class
|
class |
define_member_alias
|
class |
define_syntax
|
class |
define_unit
|
class |
define_variable
"define-variable" is like define, but ignored if variable already bound. |
class |
export
|
class |
fluid_let
The Syntax transformer that re-writes the Scheme "fluid-let" primitive. |
class |
ImportFromLibrary
Implement R6RS import form. |
class |
let
The Syntax transformer that re-writes the Scheme "let" primitive. |
class |
let_syntax
Implementation of the standard Scheme let-syntax and letrec-syntax forms. |
class |
location
The Syntax transformer that re-writes the Kawa "location" primitive. |
class |
module_compile_options
|
class |
module_extends
|
class |
module_implements
|
class |
module_name
|
class |
module_static
|
class |
object
|
class |
prim_method
|
class |
require
|
class |
set_b
The Syntax transformer that re-writes the Scheme "set!" primitive. |
class |
syntax
|
class |
syntax_case
|
class |
syntax_error
Implements the Kawa extension "%syntax-error". |
class |
syntax_rules
Implement the standard Scheme "syntax-rules" form. |
class |
thisRef
|
class |
with_compile_options
|
Methods in kawa.standard with parameters of type Syntax | |
---|---|
static java.lang.Object |
with_compile_options.getOptions(java.lang.Object form,
java.util.Stack stack,
Syntax command,
Translator tr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |