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.
|
gnu.mapping |
Supports
Procedure ,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript). |
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 |
LangObjType.coerceToConstVector(java.lang.Object obj) |
static FVector |
ReaderVector.readVector(LispReader lexer,
gnu.kawa.io.InPort port,
int count,
char close,
int sharingIndex) |
Modifier and Type | Method and Description |
---|---|
static FVector |
FVector.cast(java.lang.Object value) |
static FVector |
FVector.castOrNull(java.lang.Object obj) |
static FVector |
FVector.make(java.lang.Object... data) |
static <E> FVector<E> |
FVector.makeConstant(E... data) |
protected FVector<E> |
FVector.newInstance(int newLength) |
Modifier and Type | Class and Description |
---|---|
class |
ArgListVector |
Modifier and Type | Method and Description |
---|---|
static FVector |
vector_append.apply$V(java.lang.Object[] args) |