Uses of Class
gnu.mapping.ProcedureN
Packages that use ProcedureN
Package
Description
Supports
Expression
,
and various related classes need to compile programming languages.Contains classes to use reflection.
Supports
Procedure
,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript).-
Uses of ProcedureN in gnu.expr
Subclasses of ProcedureN in gnu.exprModifier and TypeClassDescriptionclass
class
A collection of MethodProcs; one is chosen at apply time.static class
class
A primitive Procedure implemented by a plain Java method. -
Uses of ProcedureN in gnu.kawa.functions
Subclasses of ProcedureN in gnu.kawa.functionsModifier and TypeClassDescriptionclass
Implement the Scheme standard functions "+" and "-".class
class
Implement the standard Scheme function "apply".class
Implement the standard Scheme function "apply".class
class
class
class
class
Implement the Scheme standard function "call-with-current-continuation".class
Implement the Scheme standard function "/".class
class
Special procedure to get the Class of the current module.class
The value of the Kawa Scheme expression '*:PART-NAME'.class
Implement the Scheme standard function "list".class
class
Implement the Scheme standard functions "map" and "for-each".class
Implement the Scheme standard function "*".class
A reference to a named feature/part of a specific object.static class
class
This implements the numeric comparison relations:<
,<=
, etc.class
The Kawa run-process command builds and runs a Process.static class
class
Map a function over a value sequence, yielding a new sequence. -
Uses of ProcedureN in gnu.kawa.reflect
Subclasses of ProcedureN in gnu.kawa.reflectModifier and TypeClassDescriptionclass
class
class
Implement 'typeswitch' (as in XQuery) or 'typecase'. -
Uses of ProcedureN in gnu.kawa.xml
Subclasses of ProcedureN in gnu.kawa.xmlModifier and TypeClassDescriptionclass
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 of ProcedureN in gnu.kawa.xslt
Subclasses of ProcedureN in gnu.kawa.xsltModifier and TypeClassDescriptionclass
Implements the XSLT apply-templates command. -
Uses of ProcedureN in gnu.mapping
Subclasses of ProcedureN in gnu.mappingModifier and TypeClassDescriptionclass
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 of ProcedureN in gnu.xquery.util
Subclasses of ProcedureN in gnu.xquery.utilModifier and TypeClassDescriptionclass
A procedure used to represent a FLWOR expression with anorder by
clause.class
Implements XPath path expression.class
-
Uses of ProcedureN in kawa.lang
Subclasses of ProcedureN in kawa.langModifier and TypeClassDescriptionclass
A Continuation "represents an entire (default) future for the computation.class
-
Uses of ProcedureN in kawa.standard
Subclasses of ProcedureN in kawa.standardModifier and TypeClassDescriptionclass
Implement the Scheme standard function "append".class
class
A TracedProcedure is a Procedure wrapper that writes trace output.class
Implement the Scheme extended function "vector-append".