Uses of Interface
eu.bandm.tools.lexic.CodePointSource
Packages that use CodePointSource
-
Uses of CodePointSource in eu.bandm.tools.lexic
Classes in eu.bandm.tools.lexic that implement CodePointSourceModifier and TypeClassDescriptionclass
A secondary code point source that tracks location information.Methods in eu.bandm.tools.lexic that return CodePointSourceModifier and TypeMethodDescriptionstatic CodePointSource
CodePointSource.read
(Reader reader, @Opt 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.Methods in eu.bandm.tools.lexic with parameters of type CodePointSourceModifier and TypeMethodDescription<D> LookaheadTokenSource
<D, T, int[]> Lexer.lex
(CodePointSource input) Returns a token source that produces tokens from the given input source.<D> LookaheadTokenSource
<D, T, int[]> Lexer.lex
(CodePointSource input, D documentId, int firstLine, int firstColumn) Returns a token source that produces tokens from the given input source.Constructors in eu.bandm.tools.lexic with parameters of type CodePointSourceModifierConstructorDescriptionLocationCodePointSource
(CodePointSource input, D documentId, int firstLine, int firstColumn) Creates a new instance.