Uses of Interface
eu.bandm.tools.lexic.Token.Factory
Packages that use Token.Factory
-
Uses of Token.Factory in eu.bandm.tools.lexic
Methods in eu.bandm.tools.lexic with parameters of type Token.FactoryModifier and TypeMethodDescription<D> LookaheadTokenSource
<D, T, int[]> Lexer.lex
(CodePointSource input, D documentId, int firstLine, int firstColumn, Token.Factory<D, T, ?> tokenFactory) Returns a token source that produces tokens from the given input source.