| Package | Description |
|---|---|
| gnu.expr |
Supports
Expression,
and various related classes need to compile programming languages. |
| gnu.kawa.lispexpr | |
| gnu.lists |
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
|
| kawa.standard |
| Modifier and Type | Field and Description |
|---|---|
static FVector |
ApplicationMainSupport.commandLineArguments |
| Modifier and Type | Method and Description |
|---|---|
static FVector |
ReaderVector.readVector(LispReader lexer,
gnu.kawa.io.InPort port,
int count,
char close,
int sharingIndex) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConstVector<E> |
| Modifier and Type | Method and Description |
|---|---|
static FVector |
FVector.make(java.lang.Object... data) |
| Modifier and Type | Method and Description |
|---|---|
void |
FVector.copyFrom(int index,
FVector src,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
static FVector |
vector_append.apply$V(java.lang.Object[] args) |