Uses of Class gnu.mapping.MethodProc

Uses in package gnu.expr

Classes derived from gnu.mapping.MethodProc

class
A collection of MethodProcs; one is chosen at apply time.
class
Call a specified method in in a ModuleBody.
class
A primitive Procedure implemented by a plain Java method.

Fields of type gnu.mapping.MethodProc

MethodProc[]

Methods with parameter type gnu.mapping.MethodProc

void
void

Uses in package gnu.kawa.functions

Classes derived from gnu.mapping.MethodProc

class
class
Map a function over a value sequence, yielding a new sequence.

Uses in package gnu.kawa.reflect

Classes derived from gnu.mapping.MethodProc

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

Methods with return type gnu.mapping.MethodProc

MethodProc
ClassMethods.apply(ObjectType dtype, String mname, char mode, Language language)
Find methods.
MethodProc
ClassMethods.apply(Procedure thisProc, Object arg0, Object arg1)
MethodProc
Invoke.lookupMethods(ObjectType dtype, Object name)

Uses in package gnu.kawa.servlet

Classes derived from gnu.mapping.MethodProc

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

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
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 in package gnu.mapping

Methods with parameter type gnu.mapping.MethodProc

MethodProc
Return the more specific of the arguments.
int
MethodProc.mostSpecific(MethodProc[] procs, int length)
Return the index of the most specific method.

Methods with return type gnu.mapping.MethodProc

MethodProc
Return the more specific of the arguments.

Uses in package gnu.q2.lang

Classes derived from gnu.mapping.MethodProc

class

Uses in package gnu.xquery.util

Classes derived from gnu.mapping.MethodProc

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

Classes derived from gnu.mapping.MethodProc

class
A Continuation "represents an entire (default) future for the computation.

Uses in package kawa.standard

Classes derived from gnu.mapping.MethodProc

class
Implement the Scheme standard function "call-with-current-continuation".