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 TypeClassDescriptionclassclassA collection of MethodProcs; one is chosen at apply time.static classclassA primitive Procedure implemented by a plain Java method. -
Uses of ProcedureN in gnu.kawa.functions
Subclasses of ProcedureN in gnu.kawa.functionsModifier and TypeClassDescriptionclassImplement the Scheme standard functions "+" and "-".classclassImplement the standard Scheme function "apply".classImplement the standard Scheme function "apply".classclassclassclassclassImplement the Scheme standard function "call-with-current-continuation".classImplement the Scheme standard function "/".classclassSpecial procedure to get the Class of the current module.classThe value of the Kawa Scheme expression '*:PART-NAME'.classImplement the Scheme standard function "list".classclassImplement the Scheme standard functions "map" and "for-each".classImplement the Scheme standard function "*".classA reference to a named feature/part of a specific object.static classclassThis implements the numeric comparison relations:<,<=, etc.classThe Kawa run-process command builds and runs a Process.static classclassMap 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 TypeClassDescriptionclassclassclassImplement 'typeswitch' (as in XQuery) or 'typecase'. -
Uses of ProcedureN in gnu.kawa.xml
Subclasses of ProcedureN in gnu.kawa.xmlModifier and TypeClassDescriptionclassUsed to implement a ancestor:: step in a path expression.classUsed to implement a ancestor-or-self:: step in a path expression.classUsed to implement an attribute:: step in a path expression.classclassUsed to implement a child:: step in a path expression.classclassclassUsed to implement a descendant:: step in a path expression.classUsed to implement a descendant-or-self:: step in a path expression.classclassUsed to implement a following:: step in a path expression.classUsed to implement a following-sibling:: step in a path expression.classclassA function that maps a List into the sequence of its elements.classclassclassclassclassA procedure that implements the "response-header" function.classclassA Procedure to create an included entity object, or set the base-uri property for a document or fragment.classclassUsed to implement a parent:: step in a path expression.classUsed to implement a following:: step in a path expression.classUsed to implement a following-sibling:: step in a path expression.classUsed to implement a self:: step in a path expression.classAbstract class that scans part of a node tree. -
Uses of ProcedureN in gnu.kawa.xslt
Subclasses of ProcedureN in gnu.kawa.xsltModifier and TypeClassDescriptionclassImplements the XSLT apply-templates command. -
Uses of ProcedureN in gnu.mapping
Subclasses of ProcedureN in gnu.mappingModifier and TypeClassDescriptionclassSimilar to a CLOS method.classThe "setter" of procedure that can be used in the LHS of an assignment.classA special case of Setter, retricted to no arguments, except the RHS.classA 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 TypeClassDescriptionclassA procedure used to represent a FLWOR expression with anorder byclause.classImplements XPath path expression.class -
Uses of ProcedureN in kawa.lang
Subclasses of ProcedureN in kawa.langModifier and TypeClassDescriptionclassA Continuation "represents an entire (default) future for the computation.class -
Uses of ProcedureN in kawa.standard
Subclasses of ProcedureN in kawa.standardModifier and TypeClassDescriptionclassImplement the Scheme standard function "append".classclassA TracedProcedure is a Procedure wrapper that writes trace output.classImplement the Scheme extended function "vector-append".