gnu.kawa.lispexpr
public class ReaderParens extends ReadTableEntry
Constructor Summary | |
---|---|
ReaderParens(char open, char close, int kind) |
Method Summary | |
---|---|
static ReaderParens | getInstance(char open, char close) |
static ReaderParens | getInstance(char open, char close, int kind) |
int | getKind() |
Object | read(Lexer in, int ch, int count) Read a list (possibly improper) of zero or more Scheme forms.
|
static Object | readList(LispReader lexer, int ch, int count, int close) |