Uses of Class gnu.mapping.PropertySet

Uses in package gnu.brl

Classes derived from gnu.mapping.PropertySet

class

Uses in package gnu.ecmascript

Classes derived from gnu.mapping.PropertySet

class

Uses in package gnu.expr

Classes derived from gnu.mapping.PropertySet

class
A common super-type for ReferenceExpa and SetExp.
class
This class is used to represent "combination" or "application".
class
This class represents a sequence of Expressions.
class
Class used to implement a block that can be exited.
class
An Environment containing the default bindings for the current Language.
class
A "catch" clause of a "try-catch" form.
class
class
Class used to mark an erroneous expression
class
Expression to exit a lexically surrounding block.
class
Abstract class for syntactic forms that evaluate to a value.
class
Class used to implement "fluid-let" for Scheme and "let" for Emacs.
class
A collection of MethodProcs; one is chosen at apply time.
class
This class represents a conditional.
class
Class used to implement Scheme lambda expressions.
class
A language-specific expression.
class
Class used to implement "let" syntax (and variants) for Scheme.
class
Class for the dummy top-level function of a module.
class
Class used to implement Scheme top-level environments.
class
Call a specified method in in a ModuleBody.
class
class
class
A primitive Procedure implemented by a plain Java method.
class
An Expression that evaluates to a constant value.
class
This class represents a variable reference (an identifier).
class
Abstract class for expressions that add local variable bindings.
class
An Expression to set (bind) or define a new value to a named variable.
class
class
Evaluates to the "this" implicit variable.
class
This class represents try/catch/finally.

Uses in package gnu.jemacs.buffer

Classes derived from gnu.mapping.PropertySet

class
Inferior process (external command) mode.
class
Represents a "mode instance" - a mode active for a specific Buffer.
class
class
class
class

Uses in package gnu.jemacs.lang

Classes derived from gnu.mapping.PropertySet

class
class
class

Uses in package gnu.kawa.functions

Classes derived from gnu.mapping.PropertySet

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
A 0-argument function that returns a constant value.
class
class
Return the number of values in the argument.
class
Implement the Scheme standard function "/".
class
class
Special procedure to get the Class of the current module.
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 the standard Scheme function eq? and the Lisp eq.
class
Implement the standard Scheme procedure equal? and the Lisp equal.
class
Implement that standard Scheme function "eqv?".
class
Implement the Scheme standard function "list".
class
class
Implement the Scheme standard function "*".
class
This implements the numeric comparison relations: <, <=, etc.
class
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 derived from gnu.mapping.PropertySet

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

Uses in package gnu.kawa.servlet

Classes derived from gnu.mapping.PropertySet

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

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
Coerces an item sequence to a node sequence.
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
Get the union of two node lists.
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
class
A Procedure to create an included entity object, or set the base-uri property for a document or fragment.
class
Compare nodes for document order.
class
class
A 1-argument Procedure that takes a value and return output in XML syntax.
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
Sort argument nodes in document order.
class
Abstract class that scans part of a node tree.
class
Get the union of two node lists.
class
Write a value to a named file.

Uses in package gnu.mapping

Classes derived from gnu.mapping.PropertySet

class
A mapping from EnvironmentKey to Locations.
class
class
A Procedure that evaluates to the value of a Location.
class
Similar to a CLOS method.
class
The abstract parent for all Scheme functions.
class
Abstract class for 0-argument procedures.
class
Abstract class for 0- or 1-argument Scheme procedures.
class
Abstract class for 1-argument Scheme procedures.
class
Abstract class for 1- or 2-argument Scheme procedures.
class
Abstract class for 2-argument Scheme procedures.
class
Abstract class for 3-argument Scheme procedures..
class
Abstract class for 4-argument Scheme procedures.
class
Abstract class for "N-argument" Scheme procedures, where N>4 or variable.
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).
class
Concrete implementation of Environment.

Uses in package gnu.q2.lang

Classes derived from gnu.mapping.PropertySet

class

Uses in package gnu.xquery.util

Classes derived from gnu.mapping.PropertySet

class
class
class
class
class
class
Compares two values (or sequences) according to XPath semantics.
class
class
Returns a value at a given index in a sequence of values.
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

Classes derived from gnu.mapping.PropertySet

class
Start a "Read-Eval-Print-Loop" for the Kawa Scheme evaluator.
class

Uses in package kawa.lang

Classes derived from gnu.mapping.PropertySet

class
Implement autoloading of Procedures.
class
A Continuation "represents an entire (default) future for the computation.
class
class
class
Bindings from a syntax-case/syntax-rules pattern.
class
class
class
class
A scope created when expanding a SyntaxTemplate.

Uses in package kawa.standard

Classes derived from gnu.mapping.PropertySet

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