Package | Description |
---|---|
gnu.commonlisp.lang | |
gnu.jemacs.lang |
Contains classes to implement the Emacs Lisp language.
|
gnu.kawa.brl | |
gnu.kawa.lispexpr | |
gnu.q2.lang | |
kawa.standard |
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 |
---|---|
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,
ReadTable rtable) |
java.lang.Object |
LispReader.readValues(int ch,
ReadTableEntry entry,
ReadTable rtable)
May return zero or multiple values.
|
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() |