Matcher Impl
Functions
configure
Link copied to clipboard
open override fun configure(block: ClosureFunction<LexerContext<T>, Char, Unit>)
Content copied to clipboard
invoke
Link copied to clipboard
open operator fun Char.invoke(block: ClosureFunction<LexerContext<T>, Char, Unit> = {})
Content copied to clipboard
open operator fun String.invoke(block: ClosureFunction<LexerContext<T>, Char, Unit> = {})
Content copied to clipboard
matching
Link copied to clipboard