Package | Description |
---|---|
gnu.expr |
Supports
Expression ,
and various related classes need to compile programming languages. |
gnu.kawa.lispexpr | |
gnu.lists | |
kawa.standard |
Modifier and Type | Field and Description |
---|---|
static FVector |
ApplicationMainSupport.commandLineArguments |
Modifier and Type | Method and Description |
---|---|
static FVector |
ReaderVector.readVector(LispReader lexer,
LineBufferedReader 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) |