|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodProc | |
---|---|
gnu.expr | Supports Expression ,
and various related classes need to compile programming languages. |
gnu.kawa.functions | Various core run-time functions and operators. |
gnu.kawa.reflect | Contains classes to use reflection. |
gnu.kawa.servlet | |
gnu.kawa.xml | Classes for using XML within Kawa. |
gnu.mapping |
Supports Procedure ,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript). |
gnu.q2.lang | Support for the experimental Q2 language. |
gnu.xquery.util | |
kawa.lang | Core Kawa classes for Scheme and Lisp compile-time. |
kawa.standard | Primitive Scheme syntax and functions. |
Uses of MethodProc in gnu.expr |
---|
Subclasses of MethodProc in gnu.expr | |
---|---|
class |
GenericProc
A collection of MethodProcs; one is chosen at apply time. |
class |
ModuleMethod
Call a specified method in in a ModuleBody. |
class |
PrimProcedure
A primitive Procedure implemented by a plain Java method. |
Fields in gnu.expr declared as MethodProc | |
---|---|
protected MethodProc[] |
GenericProc.methods
|
Methods in gnu.expr with parameters of type MethodProc | |
---|---|
void |
GenericProc.add(MethodProc method)
|
protected void |
GenericProc.add(MethodProc[] procs)
|
Uses of MethodProc in gnu.kawa.functions |
---|
Subclasses of MethodProc in gnu.kawa.functions | |
---|---|
class |
AppendValues
|
class |
ValuesMap
Map a function over a value sequence, yielding a new sequence. |
Uses of MethodProc in gnu.kawa.reflect |
---|
Subclasses of MethodProc in gnu.kawa.reflect | |
---|---|
class |
TypeSwitch
Implement 'typeswitch' (as in XQuery) or 'typecase'. |
Methods in gnu.kawa.reflect that return MethodProc | |
---|---|
static MethodProc |
ClassMethods.apply(ObjectType dtype,
java.lang.String mname,
char mode,
Language language)
Find methods. |
static MethodProc |
ClassMethods.apply(Procedure thisProc,
java.lang.Object arg0,
java.lang.Object arg1)
|
protected MethodProc |
Invoke.lookupMethods(ObjectType dtype,
java.lang.Object name)
|
Uses of MethodProc in gnu.kawa.servlet |
---|
Subclasses of MethodProc in gnu.kawa.servlet | |
---|---|
class |
GetRequest
A 0-argument function that returns the current ServletRequest. |
class |
GetResponse
A 0-argument function that returns the current ServletResponse. |
Uses of MethodProc in gnu.kawa.xml |
---|
Subclasses of MethodProc in gnu.kawa.xml | |
---|---|
class |
AncestorAxis
Used to implement a ancestor:: step in a path expression. |
class |
AncestorOrSelfAxis
Used to implement a ancestor-or-self:: step in a path expression. |
class |
AttributeAxis
Used to implement an attribute:: step in a path expression. |
class |
Attributes
|
class |
ChildAxis
Used to implement a child:: step in a path expression. |
class |
Children
|
class |
CommentConstructor
|
class |
DescendantAxis
Used to implement a descendant:: step in a path expression. |
class |
DescendantOrSelfAxis
Used to implement a descendant-or-self:: step in a path expression. |
class |
DocumentConstructor
|
class |
FollowingAxis
Used to implement a following:: step in a path expression. |
class |
FollowingSiblingAxis
Used to implement a following-sibling:: step in a path expression. |
class |
IteratorItems
|
class |
ListItems
A function that maps a List into the sequence of its elements. |
class |
MakeAttribute
|
class |
MakeCDATA
|
class |
MakeElement
|
class |
MakeProcInst
|
class |
MakeResponseHeader
A procedure that implements the "response-header" function. |
class |
MakeText
|
class |
MakeWithBaseUri
A Procedure to create an included entity object, or set the base-uri property for a document or fragment. |
class |
NodeConstructor
|
class |
ParentAxis
Used to implement a parent:: step in a path expression. |
class |
PrecedingAxis
Used to implement a following:: step in a path expression. |
class |
PrecedingSiblingAxis
Used to implement a following-sibling:: step in a path expression. |
class |
SelfAxis
Used to implement a self:: step in a path expression. |
class |
TreeScanner
Abstract class that scans part of a node tree. |
Uses of MethodProc in gnu.mapping |
---|
Methods in gnu.mapping that return MethodProc | |
---|---|
static MethodProc |
MethodProc.mostSpecific(MethodProc proc1,
MethodProc proc2)
Return the more specific of the arguments. |
Methods in gnu.mapping with parameters of type MethodProc | |
---|---|
static int |
MethodProc.mostSpecific(MethodProc[] procs,
int length)
Return the index of the most specific method. |
static MethodProc |
MethodProc.mostSpecific(MethodProc proc1,
MethodProc proc2)
Return the more specific of the arguments. |
Uses of MethodProc in gnu.q2.lang |
---|
Subclasses of MethodProc in gnu.q2.lang | |
---|---|
class |
Q2Apply
|
Uses of MethodProc in gnu.xquery.util |
---|
Subclasses of MethodProc in gnu.xquery.util | |
---|---|
class |
IntegerRange
|
class |
OrderedMap
A procedure used to represent a FLWOR expression with an order by clause. |
class |
RelativeStep
Implements XPath path expression. |
class |
SubList
Extracts a sub-range from a value sequence. |
class |
ValuesEvery
Used to implement 'some - satisfies' and 'every - satisfies'. |
class |
ValuesFilter
|
Uses of MethodProc in kawa.lang |
---|
Subclasses of MethodProc in kawa.lang | |
---|---|
class |
Continuation
A Continuation "represents an entire (default) future for the computation. |
Uses of MethodProc in kawa.standard |
---|
Subclasses of MethodProc in kawa.standard | |
---|---|
class |
callcc
Implement the Scheme standard function "call-with-current-continuation". |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |