Package org.snakeyaml.engine.v2.events
Class SequenceEndEvent
java.lang.Object
org.snakeyaml.engine.v2.events.Event
org.snakeyaml.engine.v2.events.CollectionEndEvent
org.snakeyaml.engine.v2.events.SequenceEndEvent
Marks the end of a sequence.
- See Also:
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.snakeyaml.engine.v2.events.Event
getEndMark, getStartMark
-
Constructor Details
-
SequenceEndEvent
-
SequenceEndEvent
public SequenceEndEvent()
-
-
Method Details
-
getEventId
Description copied from class:Event
Get the type (kind) if this Event- Specified by:
getEventId
in classEvent
- Returns:
- the ID of this Event
-
toString
-