TokenIndex

data class TokenIndex(val startIndex: Int, val endIndex: Int, val token: Token?)

Constructors

Link copied to clipboard
constructor(startIndex: Int, endIndex: Int, token: Token?)

Properties

Link copied to clipboard

Last index of token in json

Link copied to clipboard

First index of token in json

Link copied to clipboard
val token: Token?

Token type