GeneratedLexer

interface GeneratedLexer

Functions

advance
Link copied to clipboard
common
abstract fun advance(): IElementType?
reset
Link copied to clipboard
common
abstract fun reset(buffer: CharSequence, start: Int, end: Int, initialState: Int)

Properties

state
Link copied to clipboard
common
abstract val state: Int
tokenEnd
Link copied to clipboard
common
abstract val tokenEnd: Int
tokenStart
Link copied to clipboard
common
abstract val tokenStart: Int

Inheritors

_GFMLexer
Link copied to clipboard
_SFMLexer
Link copied to clipboard
_MarkdownLexer
Link copied to clipboard