GeneratedLexer

interface GeneratedLexer

Functions

advance
Link copied to clipboard
common
abstract fun advance(): IElementType?
equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
reset
Link copied to clipboard
common
abstract fun reset(buffer: CharSequence, start: Int, end: Int, initialState: Int)
toString
Link copied to clipboard
common
open fun toString(): String

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