Package | Description |
---|---|
gnu.commonlisp.lang | |
gnu.jemacs.lang |
Contains classes to implement the Emacs Lisp language.
|
gnu.kawa.lispexpr | |
kawa.lang | |
kawa.standard |
Modifier and Type | Class and Description |
---|---|
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 |
Constructor and Description |
---|
function(Syntax lambda) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefineNamespace |
class |
MakeXmlElement
A Syntax transformer for a XML constructor.
|
class |
ResolveNamespace |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Syntax |
Translator.getCurrentSyntax() |
Modifier and Type | Class and Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
static java.lang.Object |
with_compile_options.getOptions(java.lang.Object form,
java.util.Stack stack,
Syntax command,
Translator tr) |