gnu.kawa.lispexpr

Class ReaderDispatchMisc

public class ReaderDispatchMisc extends ReadTableEntry

Field Summary
protected intcode
A code which specifies which particular reader-action to perform.
Constructor Summary
ReaderDispatchMisc()
ReaderDispatchMisc(int code)
Method Summary
static ReaderDispatchMiscgetInstance()
Objectread(Lexer in, int ch, int count)

Field Detail

code

protected int code
A code which specifies which particular reader-action to perform. The code is one the CommonLisp or Scheme '#' reader characters. For example, if code=='x' then read a hexadecimal integer. If code==-1, perform the standard action for the character read.

Constructor Detail

ReaderDispatchMisc

public ReaderDispatchMisc()

ReaderDispatchMisc

public ReaderDispatchMisc(int code)

Method Detail

getInstance

public static ReaderDispatchMisc getInstance()

read

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