Package org.intellij.markdown.lexer

Types

_MarkdownLexer
Link copied to clipboard
common
class _MarkdownLexer : GeneratedLexer
This class is a scanner generated by JFlex 1.7.
Compat
Link copied to clipboard
common
object Compat
GeneratedLexer
Link copied to clipboard
common
interface GeneratedLexer
MarkdownLexer
Link copied to clipboard
common
open class MarkdownLexer(baseLexer: GeneratedLexer)
Stack
Link copied to clipboard
common
class Stack<E> : MutableList<E>
TokenInfo
Link copied to clipboard
common
data class TokenInfo(type: IElementType?, tokenStart: Int, tokenEnd: Int, rawIndex: Int, normIndex: Int)

Functions

pop
Link copied to clipboard
common
fun <E> <ERROR CLASS><E>.pop(): E
push
Link copied to clipboard
common
fun <E> <ERROR CLASS><E>.push(e: E)