toggle menu
SnakeYAML Engine KMP
2.7.4-SNAPSHOT
common
switch theme
search in API
SnakeYAML Engine KMP
/
org.snakeyaml.engine.v2.events
/
CollectionEndEvent
Collection
End
Event
abstract
class
CollectionEndEvent
:
Event
Base class for the end events of the collection nodes.
Inheritors
MappingEndEvent
SequenceEndEvent
Members
Constructors
Collection
End
Event
Link copied to clipboard
constructor
(
startMark
:
Mark
?
,
endMark
:
Mark
?
)
constructor
(
)
Properties
end
Mark
Link copied to clipboard
val
endMark
:
Mark
?
=
null
event
Id
Link copied to clipboard
abstract
val
eventId
:
Event.ID
Get the type (kind) of this Event
start
Mark
Link copied to clipboard
val
startMark
:
Mark
?
=
null