Uses of Class gnu.mapping.ProcedureN

Uses in package gnu.expr

Classes derived from gnu.mapping.ProcedureN

class
A collection of MethodProcs; one is chosen at apply time.
class
Call a specified method in in a ModuleBody.
class
A primitive Procedure implemented by a plain Java method.

Uses in package gnu.jemacs.lang

Classes derived from gnu.mapping.ProcedureN

class
class
class

Uses in package gnu.kawa.functions

Classes derived from gnu.mapping.ProcedureN

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
Implement the Scheme standard function "/".
class
class
The value of the Kawa Scehem expression '*:PART-NAME'.
class
Implement the Scheme standard function "list".
class
class
Implement the Scheme standard function "*".
class
This implements the numeric comparison relations: <, <=, etc.
class
Map a function over a value sequence, yielding a new sequence.

Uses in package gnu.kawa.reflect

Classes derived from gnu.mapping.ProcedureN

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

Uses in package gnu.kawa.servlet

Classes derived from gnu.mapping.ProcedureN

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 derived from gnu.mapping.ProcedureN

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
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
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
A Procedure to create an included entity object, or set the base-uri property for a document or fragment.
class
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
Abstract class that scans part of a node tree.

Uses in package gnu.mapping

Classes derived from gnu.mapping.ProcedureN

class
Similar to a CLOS method.
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).

Uses in package gnu.q2.lang

Classes derived from gnu.mapping.ProcedureN

class

Uses in package gnu.xquery.util

Classes derived from gnu.mapping.ProcedureN

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

Classes derived from gnu.mapping.ProcedureN

class
A Continuation "represents an entire (default) future for the computation.
class

Uses in package kawa.standard

Classes derived from gnu.mapping.ProcedureN

class
Implement the Scheme standard function "append".
class
Implement the Scheme standard function "call-with-current-continuation".
class
class
Implement the Scheme standard functions "map" and "for-each".
class
class
A TracedProcedure is a Procedure wrapper that writes trace output.
class
Implement the Scheme extended function "vector-append".