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
/
TreeFragment
Tree
Fragment
class
TreeFragment
(
val
from
:
Int
,
val
to
:
Int
,
val
tree
:
Tree
,
val
offset
:
Int
,
val
openStart
:
Boolean
=
false
,
val
openEnd
:
Boolean
=
false
)
Tree fragments for incremental parsing.
Members
Constructors
Tree
Fragment
Link copied to clipboard
constructor
(
from
:
Int
,
to
:
Int
,
tree
:
Tree
,
offset
:
Int
,
openStart
:
Boolean
=
false
,
openEnd
:
Boolean
=
false
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
from
Link copied to clipboard
val
from
:
Int
offset
Link copied to clipboard
val
offset
:
Int
open
End
Link copied to clipboard
val
openEnd
:
Boolean
open
Start
Link copied to clipboard
val
openStart
:
Boolean
to
Link copied to clipboard
val
to
:
Int
tree
Link copied to clipboard
val
tree
:
Tree