Uses of Class
gnu.kawa.lispexpr.LispReader
Packages that use LispReader
-
Uses of LispReader in gnu.kawa.brl
Subclasses of LispReader in gnu.kawa.brlMethods in gnu.kawa.brl that return LispReader -
Uses of LispReader in gnu.kawa.lispexpr
Methods in gnu.kawa.lispexpr that return LispReaderModifier and TypeMethodDescriptionLispLanguage.getLexer(gnu.kawa.io.InPort inp, SourceMessages messages) Methods in gnu.kawa.lispexpr with parameters of type LispReaderModifier and TypeMethodDescriptionprotected ObjectReaderExtendedLiteral.checkDelim(LispReader reader, int next, int delimiter) protected ObjectReaderXmlElement.checkDelim(LispReader reader, int next, int delimiter) protected intReaderExtendedLiteral.enclosedExprDelim(int ch, LispReader reader) protected intReaderXmlElement.enclosedExprDelim(int ch, LispReader reader) static ObjectReaderQuote.read(LispReader reader, Object magicSymbol, char next, Object magicSymbol2) static ObjectLispReader.readCharacter(LispReader reader) ReaderExtendedLiteral.readContent(LispReader reader, char delimiter, Pair head) ReaderXmlElement.readElementConstructor(LispReader reader, int ch) Parse ElementConstructor.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) static ObjectLispReader.readGeneralArray(LispReader in, int rank, PrimType elementType) static ObjectReaderParens.readList(LispReader lexer, Object last, int ch, int count, int close, int sharingIndex) static ObjectReaderDispatchSyntaxQuote.readNamedConstructor(LispReader reader) ReaderExtendedLiteral.readNamedLiteral(LispReader reader, ReadTable rtable, String tag, int next, int startLine, int startColumn) voidReaderNestedComment.readNestedComment(LispReader reader) static ObjectLispReader.readNumberWithRadix(int previous, LispReader reader, int radix) Read a number from a LispReaderReaderXmlElement.readQNameExpression(LispReader reader, int ch, boolean forElement) Read either a QName literal or an enclosed QName-producing form.static ObjectLispReader.readSpecial(LispReader reader) static FVectorReaderVector.readVector(LispReader lexer, gnu.kawa.io.InPort port, int count, char close, int sharingIndex) static intReaderXmlElement.skipSpace(LispReader reader, int ch) -
Uses of LispReader in kawa.standard
Methods in kawa.standard that return LispReaderModifier and TypeMethodDescriptionScheme.getLexer(gnu.kawa.io.InPort inp, SourceMessages messages) Methods in kawa.standard with parameters of type LispReaderModifier and TypeMethodDescriptionstatic voiddefine_autoload.findAutoloadComments(LispReader in, String filename, ScopeExp defs, Translator tr)