gnu.kawa.lispexpr

Class ReaderQuote

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
Objectread(Lexer in, int ch, int count)

Constructor Detail

ReaderQuote

public ReaderQuote(Object magicSymbol)
Read an expression EXP and return (magicSymbol EXP).

ReaderQuote

public ReaderQuote(Object magicSymbol, char next, Object magicSymbol2)
If the next character is 'next' read an expression EXP and return (magicSymbol2 EXP). Otherwise, read EXP and return (magicSymbol EXP).

Method Detail

read

public Object read(Lexer in, int ch, int count)