| Package | Description |
|---|---|
| gnu.lists |
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
|
| kawa.lang |
| Modifier and Type | Class and Description |
|---|---|
class |
EmptyList
This singleton class represents an empty list.
|
class |
ImmutablePair |
class |
LList
Semi-abstract class for traditions Lisp-style lists.
|
class |
Pair
A "pair" object, as used in Lisp-like languages.
|
class |
PairWithPosition
A
Pair with the file name and position it was read from. |
class |
RAPair |
| Modifier and Type | Class and Description |
|---|---|
static class |
SyntaxForms.PairSyntaxForm |
static class |
SyntaxForms.PairWithPositionSyntaxForm |
static class |
Translator.FormStack
A list of "forms" to be further processed.
|