gnu.kawa.lispexpr
public class ReaderQuote extends ReadTableEntry
| Constructor Summary | |
|---|---|
| ReaderQuote(Object magicSymbol) Read an expression EXP and return (magicSymbol EXP). | |
| ReaderQuote(Object magicSymbol, char next, Object magicSymbol2) If the next character is 'next' read an expression EXP
and return (magicSymbol2 EXP).
| |
| Method Summary | |
|---|---|
| Object | read(Lexer in, int ch, int count) |