Package | Description |
---|---|
gnu.expr |
Supports
Expression ,
and various related classes need to compile programming languages. |
gnu.kawa.lispexpr |
Support classes for compiling and running Lisp languages.
|
gnu.lists |
Contains utility classes and interfaces for sequences (lists), arrays, and trees.
|
kawa.standard |
Primitive Scheme syntax and functions.
|
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) |
protected FVector<E> |
FVector.withIndexes(IntSequence ind) |
Modifier and Type | Method and Description |
---|---|
void |
FVector.copyFrom(int index,
FVector<E> src,
int start,
int end) |
Modifier and Type | Method and Description |
---|---|
static FVector |
vector_append.apply$V(java.lang.Object[] args) |