| java.lang.Object gnu.kawa.lispexpr.ReadTableEntry gnu.kawa.lispexpr.ReaderDispatchMisc
Field Summary | |
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. |
code | protected int code(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.
|
ReaderDispatchMisc | public ReaderDispatchMisc()(Code) | | |
ReaderDispatchMisc | public ReaderDispatchMisc(int code)(Code) | | |
|
|