docs
0.5.0
common
docs
/
org.intellij.markdown.lexer
/
TokenInfo
Token
Info
data
class
TokenInfo
(
val
type
:
IElementType
?
,
val
tokenStart
:
Int
,
val
tokenEnd
:
Int
,
val
rawIndex
:
Int
,
val
normIndex
:
Int
)
Members
Constructors
Token
Info
Link copied to clipboard
constructor
(
type
:
IElementType
?
,
tokenStart
:
Int
,
tokenEnd
:
Int
,
rawIndex
:
Int
,
normIndex
:
Int
)
Properties
norm
Index
Link copied to clipboard
val
normIndex
:
Int
raw
Index
Link copied to clipboard
val
rawIndex
:
Int
token
End
Link copied to clipboard
val
tokenEnd
:
Int
token
Start
Link copied to clipboard
val
tokenStart
:
Int
type
Link copied to clipboard
val
type
:
IElementType
?