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
/
MountedTree
Mounted
Tree
data
class
MountedTree
(
val
tree
:
Tree
,
val
overlay
:
List
<
TextRange
>
?
,
val
parser
:
Parser
)
Info about a mounted tree inside another tree.
Members
Constructors
Mounted
Tree
Link copied to clipboard
constructor
(
tree
:
Tree
,
overlay
:
List
<
TextRange
>
?
,
parser
:
Parser
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
overlay
Link copied to clipboard
val
overlay
:
List
<
TextRange
>
?
parser
Link copied to clipboard
val
parser
:
Parser
tree
Link copied to clipboard
val
tree
:
Tree