jmlparser-parent
Toggle table of contents
3.28.2-J8.0-K13.5-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
jmlparser-parent
lsp
/
io.github.jmltoolkit.lsp.highlighting
/
SemanticTokensBuilder
Semantic
Tokens
Builder
data
class
SemanticTokensBuilder
(
val
data
:
ArrayList
<
Int
>
=
ArrayList(4096)
)
(
source
)
Members
Constructors
Semantic
Tokens
Builder
Link copied to clipboard
constructor
(
data
:
ArrayList
<
Int
>
=
ArrayList(4096)
)
Properties
data
Link copied to clipboard
val
data
:
ArrayList
<
Int
>
Functions
add
Link copied to clipboard
fun
add
(
tok
:
Token
,
tokenType
:
Int
,
modifiers
:
Int
)
fun
add
(
beginLine
:
Int
,
beginColumn
:
Int
,
length
:
Int
,
tokenType
:
Int
,
modifiers
:
Int
)