Uses of Class
gnu.kawa.lispexpr.ReadTable
Packages that use ReadTable
-
Uses of ReadTable in gnu.kawa.brl
Methods in gnu.kawa.brl that return ReadTable -
Uses of ReadTable in gnu.kawa.lispexpr
Fields in gnu.kawa.lispexpr declared as ReadTableModifier and TypeFieldDescriptionprotected ReadTableLispLanguage.defaultReadTableThe defaultReadTablefor this language.Methods in gnu.kawa.lispexpr that return ReadTableModifier and TypeMethodDescriptionstatic ReadTableReadTable.createInitial()Create a new ReadTable and initialize it appropriately for Common Lisp.abstract ReadTableLispLanguage.createReadTable()Create a freshReadTableappropriate for this language.static ReadTableReadTable.getCurrent()Methods in gnu.kawa.lispexpr with parameters of type ReadTableModifier and TypeMethodDescriptionstatic ReaderDispatchCreate a fresh instance and initialize it appropriately for Common Lisp.protected ObjectLispReader.handlePostfix(Object value, ReadTable rtable, int line, int column) After reading a value check for following'['or':'.protected ObjectLispReader.handleToken(int startPos, ReadTable rtable) protected booleanLispReader.isTerminatingChar(int ch, ReadTable rtable) protected ObjectLispReader.readAndHandleToken(int ch, int startPos, ReadTable rtable) protected PairReaderExtendedLiteral.readEnclosed(LispReader reader, ReadTable readTable, Pair last, int startDelimiter, int endDelimiter) protected PairReaderExtendedLiteral.readEnclosedExpressions(LispReader reader, ReadTable readTable, Pair last, int endDelimiter) Read expressions enclosed by '[' and ']'.protected ObjectReaderExtendedLiteral.readEnclosedSingleExpression(LispReader reader, ReadTable readTable, int ch) ReaderExtendedLiteral.readNamedLiteral(LispReader reader, ReadTable rtable, String tag, int next, int startLine, int startColumn) LispReader.readTokenString(int ch, ReadTable rtable) LispReader.readValues(int ch, ReadTableEntry entry, ReadTable rtable, int sharingIndex) May return zero or multiple values.LispReader.readValues(int ch, ReadTable rtable, int sharingIndex) LispReader.readValuesAndAppend(int ch, ReadTable rtable, Pair last) static voidReadTable.setCurrent(ReadTable rt) protected booleanLispReader.validPostfixLookupStart(int ch, ReadTable rtable) -
Uses of ReadTable in kawa.standard
Methods in kawa.standard that return ReadTable