| Package | Description |
|---|---|
| gnu.commonlisp.lang | |
| gnu.jemacs.lang |
Contains classes to implement the Emacs Lisp language.
|
| gnu.kawa.brl | |
| gnu.kawa.lispexpr |
Support classes for compiling and running Lisp languages.
|
| gnu.q2.lang |
Support for the experimental Q2 language.
|
| kawa.standard |
Primitive Scheme syntax and functions.
|
| Modifier and Type | Method and Description |
|---|---|
ReadTable |
Lisp2.createReadTable() |
| Modifier and Type | Method and Description |
|---|---|
ReadTable |
ELisp.createReadTable() |
| Modifier and Type | Method and Description |
|---|---|
ReadTable |
BRL.createReadTable() |
| Modifier and Type | Field and Description |
|---|---|
protected ReadTable |
LispLanguage.defaultReadTable
The default
ReadTable for this language. |
| Modifier and Type | Method and Description |
|---|---|
static ReadTable |
ReadTable.createInitial()
Create a new ReadTable and initialize it appropriately for Common Lisp.
|
abstract ReadTable |
LispLanguage.createReadTable()
Create a fresh
ReadTable appropriate for this language. |
static ReadTable |
ReadTable.getCurrent() |
| Modifier and Type | Method and Description |
|---|---|
static ReaderDispatch |
ReaderDispatch.create(ReadTable rtable)
Create a fresh instance and initialize it appropriately for Common Lisp.
|
protected java.lang.Object |
LispReader.readAndHandleToken(int ch,
int startPos,
ReadTable rtable) |
java.lang.Object |
LispReader.readValues(int ch,
ReadTableEntry entry,
ReadTable rtable,
int sharingIndex)
May return zero or multiple values.
|
java.lang.Object |
LispReader.readValues(int ch,
ReadTable rtable,
int sharingIndex) |
static void |
ReadTable.setCurrent(ReadTable rt) |
protected boolean |
LispReader.validPostfixLookupStart(int ch,
ReadTable rtable) |
| Modifier and Type | Method and Description |
|---|---|
ReadTable |
Q2.createReadTable() |
| Modifier and Type | Method and Description |
|---|---|
ReadTable |
Scheme.createReadTable() |