Uses of Interface gnu.text.Printable

Uses in package gnu.commonlisp.lang

Classes implementing gnu.text.Printable

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

Uses in package gnu.expr

Classes implementing gnu.text.Printable

class
A common super-type for ReferenceExpa and SetExp.
class
This class is used to represent "combination" or "application".
class
This class represents a sequence of Expressions.
class
Class used to implement a block that can be exited.
class
A "catch" clause of a "try-catch" form.
class
class
Class used to mark an erroneous expression
class
Expression to exit a lexically surrounding block.
class
Abstract class for syntactic forms that evaluate to a value.
class
Class used to implement "fluid-let" for Scheme and "let" for Emacs.
class
This class represents a conditional.
class
class
Class used to implement Scheme lambda expressions.
class
A language-specific expression.
class
Class used to implement "let" syntax (and variants) for Scheme.
class
Class used to implement Scheme top-level environments.
class
class
An Expression that evaluates to a constant value.
class
This class represents a variable reference (an identifier).
class
Abstract class for expressions that add local variable bindings.
class
An Expression to set (bind) or define a new value to a named variable.
class
A class of special one-of-a-kind builtin values.
class
class
Evaluates to the "this" implicit variable.
class
This class represents try/catch/finally.

Uses in package gnu.jemacs.buffer

Classes implementing gnu.text.Printable

class

Uses in package gnu.jemacs.lang

Classes implementing gnu.text.Printable

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

Uses in package gnu.jemacs.swing

Classes implementing gnu.text.Printable

class

Uses in package gnu.kawa.lispexpr

Classes implementing gnu.text.Printable

class

Uses in package gnu.kawa.xml

Classes implementing gnu.text.Printable

class
Manages a sequence of node references.
class
Manages a sequence of node references in document order without duplicates.

Uses in package gnu.mapping

Classes implementing gnu.text.Printable

class
An Inport for reading from a char array.
class
Similar to CharArrayWriter.
class
class
An extended PrintWriter.
class
An interactive input-port.
class
Encapsulate multiple values in a single object.
class

Uses in package gnu.xml

Classes implementing gnu.text.Printable

class
Print an event stream in XML format on a PrintWriter.

Uses in package kawa.lang

Classes implementing gnu.text.Printable

class
A pattern that matches anything.
class
Implement autoloading of Syntax (including macros).
class
A pattern that requires an exact match (using equal?).
class
The Syntax transformer that re-writes the lambda builtin.
class
Match a list whose length in in the range [min_length..max_length].
class
class
class
class
A Pattern is used to match against objects.
class
Bindings from a syntax-case/syntax-rules pattern.
class
Implement Scheme "promises".
class
The Syntax transformer that re-writes the "quote" "quasiquote" primitive.
class
Abstract class for "syntax" objects.
class
This encodes a pattern from a Scheem syntax-case or syntax-rules.
class
class
A scope created when expanding a SyntaxTemplate.
class
A Pattern that will match a list of a given minimum length.

Uses in package kawa.standard

Classes implementing gnu.text.Printable

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