NodeEvent

abstract class NodeEvent(val anchor: Anchor?, val startMark: Mark?, val endMark: Mark?) : Event

Base class for all events that mark the beginning of a node.

Inheritors

Constructors

Link copied to clipboard
constructor(anchor: Anchor?, startMark: Mark?, endMark: Mark?)

Properties

Link copied to clipboard

Node anchor by which this node might later be referenced by a AliasEvent.

Link copied to clipboard
val endMark: Mark? = null
Link copied to clipboard
abstract val eventId: Event.ID

Get the type (kind) of this Event

Link copied to clipboard
val startMark: Mark? = null