docs
0.7.2
common
docs
/
org.intellij.markdown.lexer
/
GeneratedLexer
Generated
Lexer
interface
GeneratedLexer
Inheritors
_GFMLexer
_SFMLexer
_MarkdownLexer
Members
Properties
state
Link copied to clipboard
abstract
val
state
:
Int
token
End
Link copied to clipboard
abstract
val
tokenEnd
:
Int
token
Start
Link copied to clipboard
abstract
val
tokenStart
:
Int
Functions
advance
Link copied to clipboard
abstract
fun
advance
(
)
:
IElementType
?
reset
Link copied to clipboard
abstract
fun
reset
(
buffer
:
CharSequence
,
start
:
Int
,
end
:
Int
,
initialState
:
Int
)