CollectionEndEvent

abstract class CollectionEndEvent : Event

Base class for the end events of the collection nodes.

Inheritors

Constructors

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

Properties

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