Uses of Interface gnu.expr.CanInline

Uses in package gnu.kawa.functions

Classes implementing gnu.expr.CanInline

class
Implement the Scheme standard functions "+" and "-".
class
class
Implement the standard Scheme function "apply".
class
A 0-argument function that returns a constant value.
class
class
Implement the Scheme standard function "/".
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 that standard Scheme function "eqv?".
class
class
Implement the Scheme standard function "*".
class
This implements the numeric comparison relations: <, <=, etc.
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.reflect

Classes implementing gnu.expr.CanInline

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

Uses in package gnu.kawa.xml

Classes implementing gnu.expr.CanInline

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
Used to implement a child:: step in a path expression.
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
Used to implement a following:: step in a path expression.
class
Used to implement a following-sibling:: step in a path expression.
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.xquery.util

Classes implementing gnu.expr.CanInline

class
class
class
class
class
Compares two values (or sequences) according to XPath semantics.
class
A procedure used to represent a FLWOR expression with an order by clause.
class
Implements XPath path expression.
class

Uses in package kawa.standard

Classes implementing gnu.expr.CanInline

class
Implement the Scheme standard functions "map" and "for-each".