Uses of Class gnu.text.Lexer

Uses in package gnu.ecmascript

Classes derived from gnu.text.Lexer

class
Reads EcmaScript token from a InPort.

Uses in package gnu.expr

Fields of type gnu.text.Lexer

Lexer

Methods with parameter type gnu.text.Lexer

Compilation
Compilation
Language.parse(Lexer lexer, int options, ModuleInfo info)
ModuleExp

Methods with return type gnu.text.Lexer

Lexer

Uses in package gnu.kawa.brl

Classes derived from gnu.text.Lexer

class
A class to read Scheme forms (S-expressions).

Methods with parameter type gnu.text.Lexer

Object
BRLReaderString.read(Lexer in, int ch, int count)

Methods with return type gnu.text.Lexer

Lexer

Uses in package gnu.kawa.lispexpr

Classes derived from gnu.text.Lexer

class
A Lexer for reading S-expressions in generic Lisp-like syntax.

Methods with parameter type gnu.text.Lexer

Compilation
Object
ReaderDispatch.read(Lexer in, int ch, int count)
Object
ReaderDispatchMacro.read(Lexer in, int ch, int count)
Object
ReaderDispatchMisc.read(Lexer in, int ch, int count)
Object
ReaderIgnoreRestOfLine.read(Lexer in, int ch, int count)
Object
ReaderMacro.read(Lexer in, int ch, int count)
Object
ReaderParens.read(Lexer in, int ch, int count)
Read a list (possibly improper) of zero or more Scheme forms.
Object
ReaderQuote.read(Lexer in, int ch, int count)
Object
ReaderString.read(Lexer in, int ch, int count)
Object
ReaderTypespec.read(Lexer in, int ch, int count)
Object
ReaderVector.read(Lexer in, int ch, int count)
Object
ReadTableEntry.read(Lexer in, int ch, int count)

Methods with return type gnu.text.Lexer

Lexer

Uses in package gnu.kawa.xslt

Classes derived from gnu.text.Lexer

class
Translate an XSLT stylesheet to a Kawa Expression tree.

Methods with parameter type gnu.text.Lexer

Compilation
Override XQuery implementation to get Language default.

Methods with return type gnu.text.Lexer

Lexer

Uses in package gnu.q2.lang

Classes derived from gnu.text.Lexer

class
A class to read Scheme forms (S-expressions).

Methods with return type gnu.text.Lexer

Lexer
Q2.getLexer(InPort inp, SourceMessages messages)

Uses in package gnu.xquery.lang

Classes derived from gnu.text.Lexer

class
A class to read xquery forms.

Methods with parameter type gnu.text.Lexer

Compilation

Methods with return type gnu.text.Lexer

Lexer