Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
gnu.kawa.lispexpr.ReadTableEntry
gnu.kawa.lispexpr.ReaderDispatchMisc
public class ReaderDispatchMisc
extends ReadTableEntry
Field Summary | |
protected int |
|
Fields inherited from class gnu.kawa.lispexpr.ReadTableEntry | |
constituent , multipleEscape , singleEscape , whitespace |
Constructor Summary | |
|
Method Summary | |
static ReaderDispatchMisc | |
Object |
Methods inherited from class gnu.kawa.lispexpr.ReadTableEntry | |
getConstituentInstance , getDigitInstance , getKind , getMultipleEscapeInstance , getSingleEscapeInstance , getWhitespaceInstance , read |
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.
public Object read(Lexer in, int ch, int count) throws java.io.IOException, SyntaxException
- Overrides:
- read in interface ReadTableEntry