docs
/
org.intellij.markdown.lexer
/
_MarkdownLexer
/
Companion
common
Companion
object
Companion
Content copied to clipboard
Functions
Properties
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
ZZ_CMAP
Link copied to clipboard
common
fun
ZZ_CMAP
(ch:
Int
):
Int
Content copied to clipboard
Translates characters to character classes Chosen bits are 11, 6, 4 Total runtime size is 14816 bytes
Properties
AFTER_LINE_START
Link copied to clipboard
common
const val
AFTER_LINE_START
:
Int
= 4
Content copied to clipboard
CODE
Link copied to clipboard
common
const val
CODE
:
Int
= 8
Content copied to clipboard
PARSE_DELIMITED
Link copied to clipboard
common
const val
PARSE_DELIMITED
:
Int
= 6
Content copied to clipboard
TAG_START
Link copied to clipboard
common
const val
TAG_START
:
Int
= 2
Content copied to clipboard
YYEOF
Link copied to clipboard
common
const val
YYEOF
:
Int
Content copied to clipboard
This character denotes the end of file
YYINITIAL
Link copied to clipboard
common
const val
YYINITIAL
:
Int
= 0
Content copied to clipboard
lexical states
ZZ_CMAP_A
Link copied to clipboard
common
val
ZZ_CMAP_A
:
CharArray
Content copied to clipboard
ZZ_CMAP_Y
Link copied to clipboard
common
val
ZZ_CMAP_Y
:
CharArray
Content copied to clipboard
ZZ_CMAP_Z
Link copied to clipboard
common
val
ZZ_CMAP_Z
:
CharArray
Content copied to clipboard