Uses of Class
gnu.mapping.ProcedureN
-
Packages that use ProcedureN Package Description gnu.expr SupportsExpression, and various related classes need to compile programming languages.gnu.kawa.functions gnu.kawa.reflect Contains classes to use reflection.gnu.kawa.xml gnu.kawa.xslt gnu.mapping SupportsProcedure, and various related classes needed at run-time by dynamically typed languages (such as Scheme and ECMAScript).gnu.xquery.util kawa.lang kawa.standard -
-
Uses of ProcedureN in gnu.expr
Subclasses of ProcedureN in gnu.expr Modifier and Type Class Description classCompiledProcclassGenericProcA collection of MethodProcs; one is chosen at apply time.static classLambdaExp.ClosureclassPrimProcedureA primitive Procedure implemented by a plain Java method. -
Uses of ProcedureN in gnu.kawa.functions
Subclasses of ProcedureN in gnu.kawa.functions Modifier and Type Class Description classAddOpImplement the Scheme standard functions "+" and "-".classAppendValuesclassApplyImplement the standard Scheme function "apply".classApplyToArgsImplement the standard Scheme function "apply".classArithOpclassArrayRefclassArraySetclassBitwiseOpclassCallCCImplement the Scheme standard function "call-with-current-continuation".classDivideOpImplement the Scheme standard function "/".classFormatclassGetModuleClassSpecial procedure to get the Class of the current module.classGetNamedInstancePartThe value of the Kawa Scheme expression '*:PART-NAME'.classMakeListImplement the Scheme standard function "list".classMakeProcedureclassMapImplement the Scheme standard functions "map" and "for-each".classMultiplyOpImplement the Scheme standard function "*".classNamedPartA reference to a named feature/part of a specific object.static classNamedPart.SetterclassNumberCompareThis implements the numeric comparison relations:<,<=, etc.classRunProcessThe Kawa run-process command builds and runs a Process.static classSetter.SetGArrayclassValuesMapMap a function over a value sequence, yielding a new sequence. -
Uses of ProcedureN in gnu.kawa.reflect
Subclasses of ProcedureN in gnu.kawa.reflect Modifier and Type Class Description classArrayMakeclassMakeAnnotationclassTypeSwitchImplement 'typeswitch' (as in XQuery) or 'typecase'. -
Uses of ProcedureN in gnu.kawa.xml
Subclasses of ProcedureN in gnu.kawa.xml Modifier and Type Class Description classAncestorAxisUsed to implement a ancestor:: step in a path expression.classAncestorOrSelfAxisUsed to implement a ancestor-or-self:: step in a path expression.classAttributeAxisUsed to implement an attribute:: step in a path expression.classAttributesclassChildAxisUsed to implement a child:: step in a path expression.classChildrenclassCommentConstructorclassDescendantAxisUsed to implement a descendant:: step in a path expression.classDescendantOrSelfAxisUsed to implement a descendant-or-self:: step in a path expression.classDocumentConstructorclassFollowingAxisUsed to implement a following:: step in a path expression.classFollowingSiblingAxisUsed to implement a following-sibling:: step in a path expression.classIteratorItemsclassListItemsA function that maps a List into the sequence of its elements.classMakeAttributeclassMakeCDATAclassMakeElementclassMakeProcInstclassMakeResponseHeaderA procedure that implements the "response-header" function.classMakeTextclassMakeWithBaseUriA Procedure to create an included entity object, or set the base-uri property for a document or fragment.classNodeConstructorclassParentAxisUsed to implement a parent:: step in a path expression.classPrecedingAxisUsed to implement a following:: step in a path expression.classPrecedingSiblingAxisUsed to implement a following-sibling:: step in a path expression.classSelfAxisUsed to implement a self:: step in a path expression.classTreeScannerAbstract class that scans part of a node tree. -
Uses of ProcedureN in gnu.kawa.xslt
Subclasses of ProcedureN in gnu.kawa.xslt Modifier and Type Class Description classApplyTemplatesImplements the XSLT apply-templates command. -
Uses of ProcedureN in gnu.mapping
Subclasses of ProcedureN in gnu.mapping Modifier and Type Class Description classMethodProcSimilar to a CLOS method.classSetterThe "setter" of procedure that can be used in the LHS of an assignment.classSetter0A special case of Setter, retricted to no arguments, except the RHS.classSetter1A special case of Setter, retricted to one argument (plus the RHS). -
Uses of ProcedureN in gnu.xquery.util
Subclasses of ProcedureN in gnu.xquery.util Modifier and Type Class Description classOrderedMapA procedure used to represent a FLWOR expression with anorder byclause.classRelativeStepImplements XPath path expression.classValuesFilter -
Uses of ProcedureN in kawa.lang
Subclasses of ProcedureN in kawa.lang Modifier and Type Class Description classContinuationA Continuation "represents an entire (default) future for the computation.classRecordConstructor -
Uses of ProcedureN in kawa.standard
Subclasses of ProcedureN in kawa.standard Modifier and Type Class Description classappendImplement the Scheme standard function "append".classmakeclassTracedProcedureA TracedProcedure is a Procedure wrapper that writes trace output.classvector_appendImplement the Scheme extended function "vector-append".
-