SemanticTokensBuilder

data class SemanticTokensBuilder(val data: ArrayList<Int> = ArrayList(4096))(source)

Constructors

Link copied to clipboard
constructor(data: ArrayList<Int> = ArrayList(4096))

Properties

Link copied to clipboard

Functions

Link copied to clipboard
fun add(tok: Token, tokenType: Int, modifiers: Int)
fun add(beginLine: Int, beginColumn: Int, length: Int, tokenType: Int, modifiers: Int)