Package | Description |
---|---|
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). |
kawa.lang |
Core Kawa classes for Scheme and Lisp compile-time.
|
Modifier and Type | Class and Description |
---|---|
class |
Nodes
Manages a sequence of node references.
|
class |
SortedNodes
Manages a sequence of node references in document order without duplicates.
|
Modifier and Type | Class and Description |
---|---|
static class |
Values.FromArray<E>
An implementation of Values that stores the values in an array.
|
static class |
Values.FromList<E>
An implementation of Values that uses a java.util.List.
|
static class |
Values.FromTreeList
An implementation of Values that uses a TreeList.
|
static class |
Values.Values2<E,V1 extends E,V2 extends E>
A specialization of Values for exactly 2 values.
|
Modifier and Type | Field and Description |
---|---|
static Values |
Values.empty |
Modifier and Type | Method and Description |
---|---|
static Values |
Values.make() |
static <E> Values<E> |
Values.makeFromArray(E... vals) |
Modifier and Type | Class and Description |
---|---|
static class |
Translator.ValuesFromLList
An implementationof Values using a linked list.
|
Modifier and Type | Method and Description |
---|---|
Values |
Translator.popForms(Pair beforeFirst)
Pop from formStack all forms that come after beforeFirst.
|