Event

Constructors

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

Types

Link copied to clipboard
enum ID : Enum<Event.ID>

ID of a non-abstract Event

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