Kodemirror
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Kodemirror
lezer-common
/
com.monkopedia.kodemirror.lezer.common
/
TreeBuildSpec
/
TreeBuildSpec
Tree
Build
Spec
constructor
(
buffer
:
TreeBuildBuffer
,
nodeSet
:
NodeSet
,
topID
:
Int
,
start
:
Int
=
0
,
bufferStart
:
Int
=
0
,
length
:
Int
?
=
null
,
maxBufferLength
:
Int
=
DEFAULT_BUFFER_LENGTH
,
reused
:
List
<
Tree
>
=
emptyList()
,
minRepeatType
:
Int
=
-1
)