java.lang.Object
org.yaml.snakeyaml.events.Event
org.yaml.snakeyaml.events.CollectionEndEvent
org.yaml.snakeyaml.events.SequenceEndEvent
public final class SequenceEndEvent extends CollectionEndEvent
Marks the end of a sequence.
- See Also:
SequenceStartEvent
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description SequenceEndEvent(Mark startMark, Mark endMark) -
Method Summary
Modifier and Type Method Description Event.IDgetEventId()Get the type (kind) if this EventMethods inherited from class org.yaml.snakeyaml.events.Event
equals, getArguments, getEndMark, getStartMark, hashCode, is, toString
-
Constructor Details
-
Method Details
-
getEventId
Description copied from class:EventGet the type (kind) if this Event- Specified by:
getEventIdin classEvent- Returns:
- the ID of this Event
-