MarkdownLexer

open class MarkdownLexer(baseLexer: GeneratedLexer)

Types

Companion
Link copied to clipboard
common
object Companion

Functions

advance
Link copied to clipboard
common
fun advance(): Boolean
reset
Link copied to clipboard
common
fun reset(buffer: CharSequence, start: Int, end: Int, initialState: Int)
start
Link copied to clipboard
common
fun start(originalText: CharSequence, bufferStart: Int = 0, bufferEnd: Int = originalText.length, state: Int = 0)

Properties

bufferEnd
Link copied to clipboard
common
var bufferEnd: Int = 0
bufferStart
Link copied to clipboard
common
var bufferStart: Int = 0
originalText
Link copied to clipboard
common
var originalText: CharSequence
state
Link copied to clipboard
common
val state: Int
tokenEnd
Link copied to clipboard
common
var tokenEnd: Int = 0
tokenStart
Link copied to clipboard
common
var tokenStart: Int = 0
type
Link copied to clipboard
common
var type: IElementType? = null