Package | Description |
---|---|
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.xml |
Classes for using XML within Kawa.
|
gnu.kawa.xslt | |
gnu.mapping |
Supports
Procedure ,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript). |
gnu.xquery.util | |
kawa.lang |
Core Kawa classes for Scheme and Lisp compile-time.
|
Modifier and Type | Class and Description |
---|---|
class |
CompiledProc |
class |
GenericProc
A collection of MethodProcs; one is chosen at apply time.
|
static class |
LambdaExp.Closure |
class |
PrimProcedure
A primitive Procedure implemented by a plain Java method.
|
Modifier and Type | Field and Description |
---|---|
protected MethodProc[] |
GenericProc.methods |
Modifier and Type | Method and Description |
---|---|
MethodProc |
GenericProc.getMethod(int i) |
Modifier and Type | Method and Description |
---|---|
void |
GenericProc.add(MethodProc method) |
protected void |
GenericProc.addAll(MethodProc[] procs) |
void |
GenericProc.addAtEnd(MethodProc method) |
Modifier and Type | Class and Description |
---|---|
class |
AppendValues |
class |
CallCC
Implement the Scheme standard function "call-with-current-continuation".
|
class |
ValuesMap
Map a function over a value sequence, yielding a new sequence.
|
Constructor and Description |
---|
NamedPart(java.lang.Object container,
java.lang.String mname,
char kind,
MethodProc methods) |
Modifier and Type | Class and Description |
---|---|
class |
TypeSwitch
Implement 'typeswitch' (as in XQuery) or 'typecase'.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplyTemplates
Implements the XSLT apply-templates command.
|
Modifier and Type | Method and Description |
---|---|
static MethodProc |
MethodProc.mostSpecific(MethodProc proc1,
MethodProc proc2)
Return the more specific of the arguments.
|
Modifier and Type | Method and Description |
---|---|
static MethodProc |
MethodProc.mostSpecific(MethodProc proc1,
MethodProc proc2)
Return the more specific of the arguments.
|
static boolean |
MethodProc.overrideEquivalent(MethodProc proc1,
MethodProc proc2)
An approximation of "override-equivalent" as defined in the JLS.
|
Modifier and Type | Class and Description |
---|---|
class |
OrderedMap
A procedure used to represent a FLWOR expression with
an
order by clause. |
class |
RelativeStep
Implements XPath path expression.
|
class |
ValuesFilter |
Modifier and Type | Class and Description |
---|---|
class |
Continuation
A Continuation "represents an entire (default) future for the computation.
|