| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Readergnu.text.Lexergnu.kawa.lispexpr.LispReadergnu.commonlisp.lang.CLispReadergnu.jemacs.lang.ELispReaderpublic class ELispReaderextends CLispReaderField Summary |
Fields inherited from class gnu.kawa.lispexpr.LispReader | |
SCM_NUMBERS, TOKEN_ESCAPE_CHAR, finalColonIsKeyword, initialColonIsKeyword, seenEscapes | |
Fields inherited from class gnu.text.Lexer | |
interactive, nesting, port, tokenBuffer, tokenBufferLength | |
Constructor Summary | |
| |
| |
Method Summary | |
static ReadTable | |
static Object |
|
Methods inherited from class gnu.commonlisp.lang.CLispReader | |
makeSymbol, readObject | |
Methods inherited from class gnu.kawa.lispexpr.LispReader | |
getReadCase, handleToken, lookupUnit, makeNil, makePair, makePair, makeSymbol, parseNumber, readCharacter, readCommand, readEscape, readEscape, readNestedComment, readNumberWithRadix, readObject, readObject, readSimpleVector, readSpecial, readToken, readValues, readValues, returnSymbol, setCdr | |
Methods inherited from class gnu.text.Lexer | |
checkErrors, checkNext, clearErrors, close, eofError, eofError, error, error, error, fatal, getColumnNumber, getErrors, getLineNumber, getMessages, getName, getPort, isInteractive, mark, peek, popNesting, pushNesting, read, read, readDigitsInBuffer, readOptionalExponent, reset, seenErrors, setInteractive, setMessages, skip, skip_quick, tokenBufferAppend, unread, unread, unread_quick | |
public static Object readObject(InPort port) throws java.io.IOException, SyntaxException
- Overrides:
- readObject in interface CLispReader