Uses of Interface gnu.mapping.Named

Uses in package gnu.brl

Classes implementing gnu.mapping.Named

class

Uses in package gnu.commonlisp.lang

Classes implementing gnu.mapping.Named

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.ecmascript

Classes implementing gnu.mapping.Named

class

Uses in package gnu.expr

Classes implementing gnu.mapping.Named

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
An Environment containing the default bindings for the current Language.
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
A collection of MethodProcs; one is chosen at apply time.
class
This class represents a conditional.
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 for the dummy top-level function of a module.
class
Class used to implement Scheme top-level environments.
class
Call a specified method in in a ModuleBody.
class
class
class
A primitive Procedure implemented by a plain Java method.
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
class
Evaluates to the "this" implicit variable.
class
This class represents try/catch/finally.

Methods with parameter type gnu.mapping.Named

void
Enter a named function into the current environment.
Declaration

Uses in package gnu.jemacs.buffer

Classes implementing gnu.mapping.Named

class
class
Inferior process (external command) mode.
class
Represents a "mode instance" - a mode active for a specific Buffer.
class
class
class
class

Uses in package gnu.jemacs.lang

Classes implementing gnu.mapping.Named

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

Uses in package gnu.kawa.functions

Classes implementing gnu.mapping.Named

class
Implement the Scheme standard functions "+" and "-".
class
class
Implement the standard Scheme function "apply".
class
Implement the standard Scheme function "apply".
class
class
class
A 0-argument function that returns a constant value.
class
class
Return the number of values in the argument.
class
Implement the Scheme standard function "/".
class
class
Special procedure to get the Class of the current module.
class
The value of the Kawa Scehem expression '*:PART-NAME'.
class
Procedure to get the value of a named component of an object.
class
Implement the standard Scheme function eq? and the Lisp eq.
class
Implement the standard Scheme procedure equal? and the Lisp equal.
class
Implement that standard Scheme function "eqv?".
class
Implement the Scheme standard function "list".
class
class
Implement the Scheme standard function "*".
class
This implements the numeric comparison relations: <, <=, etc.
class
class
Procedure to get the value of a named component of an object.
class
Implements Kawa extension function "setter", as in SRFI-17.
class
Map a function over a value sequence, yielding a new sequence.

Uses in package gnu.kawa.lispexpr

Classes implementing gnu.mapping.Named

class

Uses in package gnu.kawa.reflect

Classes implementing gnu.mapping.Named

class
class
class
class
class
class
class
class
class
class
class
class
Implement 'typeswitch' (as in XQuery) or 'typecase'.

Uses in package gnu.kawa.servlet

Classes implementing gnu.mapping.Named

class
A 0-argument function that returns the current ServletRequest.
class
A 0-argument function that returns the current ServletResponse.

Uses in package gnu.kawa.xml

Classes implementing gnu.mapping.Named

class
Used to implement a ancestor:: step in a path expression.
class
Used to implement a ancestor-or-self:: step in a path expression.
class
Used to implement an attribute:: step in a path expression.
class
class
Used to implement a child:: step in a path expression.
class
class
Coerces an item sequence to a node sequence.
class
class
Used to implement a descendant:: step in a path expression.
class
Used to implement a descendant-or-self:: step in a path expression.
class
class
Used to implement a following:: step in a path expression.
class
Used to implement a following-sibling:: step in a path expression.
class
Get the union of two node lists.
class
class
A function that maps a List into the sequence of its elements.
class
class
class
class
class
A procedure that implements the "response-header" function.
class
class
class
A Procedure to create an included entity object, or set the base-uri property for a document or fragment.
class
Compare nodes for document order.
class
class
A 1-argument Procedure that takes a value and return output in XML syntax.
class
Used to implement a parent:: step in a path expression.
class
Used to implement a following:: step in a path expression.
class
Used to implement a following-sibling:: step in a path expression.
class
Used to implement a self:: step in a path expression.
class
Sort argument nodes in document order.
class
Abstract class that scans part of a node tree.
class
Get the union of two node lists.
class
Write a value to a named file.

Uses in package gnu.mapping

Classes implementing gnu.mapping.Named

class
A mapping from EnvironmentKey to Locations.
class
class
A Procedure that evaluates to the value of a Location.
class
Similar to a CLOS method.
class
The abstract parent for all Scheme functions.
class
Abstract class for 0-argument procedures.
class
Abstract class for 0- or 1-argument Scheme procedures.
class
Abstract class for 1-argument Scheme procedures.
class
Abstract class for 1- or 2-argument Scheme procedures.
class
Abstract class for 2-argument Scheme procedures.
class
Abstract class for 3-argument Scheme procedures..
class
Abstract class for 4-argument Scheme procedures.
class
Abstract class for "N-argument" Scheme procedures, where N>4 or variable.
class
class
The "setter" of procedure that can be used in the LHS of an assignment.
class
A special case of Setter, retricted to no arguments, except the RHS.
class
A special case of Setter, retricted to one argument (plus the RHS).
class
Concrete implementation of Environment.
class
A Location that forwards to a thread-specific Location.

Uses in package gnu.q2.lang

Classes implementing gnu.mapping.Named

class

Uses in package gnu.xquery.util

Classes implementing gnu.mapping.Named

class
class
class
class
class
class
Compares two values (or sequences) according to XPath semantics.
class
class
Returns a value at a given index in a sequence of values.
class
class
A procedure used to represent a FLWOR expression with an order by clause.
class
Implements XPath path expression.
class
Extracts a sub-range from a value sequence.
class
Used to implement 'some - satisfies' and 'every - satisfies'.
class

Uses in package kawa

Classes implementing gnu.mapping.Named

class
Start a "Read-Eval-Print-Loop" for the Kawa Scheme evaluator.
class

Uses in package kawa.lang

Classes implementing gnu.mapping.Named

class
Implement autoloading of Procedures.
class
Implement autoloading of Syntax (including macros).
class
A Continuation "represents an entire (default) future for the computation.
class
class
class
The Syntax transformer that re-writes the lambda builtin.
class
class
Bindings from a syntax-case/syntax-rules pattern.
class
The Syntax transformer that re-writes the "quote" "quasiquote" primitive.
class
class
class
Abstract class for "syntax" objects.
class
class
A scope created when expanding a SyntaxTemplate.

Uses in package kawa.standard

Classes implementing gnu.mapping.Named

class
Implement the Scheme standard function "append".
class
Implement the re-writer for the "begin" primitive.
class
Implement the Scheme standard function "call-with-current-continuation".
class
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
Implement the standard Scheme procedure "expt".
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
class
The Syntax transformer that re-writes the Kawa "location" primitive.
class
class
Implement the Scheme standard functions "map" and "for-each".
class
class
class
class
class
class
Implement the standard Scheme procedure "not".
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
class
A TracedProcedure is a Procedure wrapper that writes trace output.
class
Implement the Scheme extended function "vector-append".
class