LexerFactory
interface LexerFactory
Provider of Lexer instances. Each factory method returns a specialized implementation for a specific kind of tokenization.
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun newInlineLexer(source: CharSequence, variant: InlineLexerVariant = InlineLexerVariant.NORMAL): Lexer
Link copied to clipboard