Uses of Interface
eu.bandm.tools.lexic.CodePointSource
-
Uses of CodePointSource in eu.bandm.tools.lexic
Modifier and TypeClassDescriptionclass
A secondary code point source that tracks location information.Modifier and TypeMethodDescriptionstatic CodePointSource
CodePointSource.read
(Reader reader, Consumer<? super IOException> handler) Returns a supplier that produces the code points corresponding to the UTF-8 characters available from a given reader.static CodePointSource
Returns a supplier that produces the code points of a given string.Modifier and TypeMethodDescription<D> TokenSource<D,
T> Lexer.lex
(CodePointSource input) Returns a token source that produces tokens from the given input source.<D> TokenSource<D,
T> Lexer.lex
(CodePointSource input, D documentId, int firstLine, int firstColumn) Returns a token source that produces tokens from the given input source.ModifierConstructorDescriptionLocationCodePointSource
(CodePointSource input, D documentId, int firstLine, int firstColumn) Creates a new instance.