org.yaml.snakeyaml.events
Class SequenceEndEvent

java.lang.Object
  extended by org.yaml.snakeyaml.events.Event
      extended by org.yaml.snakeyaml.events.CollectionEndEvent
          extended by org.yaml.snakeyaml.events.SequenceEndEvent

public final class SequenceEndEvent
extends CollectionEndEvent

Marks the end of a sequence.

See Also:
SequenceStartEvent

Nested Class Summary
 
Nested classes/interfaces inherited from class org.yaml.snakeyaml.events.Event
Event.ID
 
Constructor Summary
SequenceEndEvent(Mark startMark, Mark endMark)
           
 
Method Summary
 boolean is(Event.ID id)
           
 
Methods inherited from class org.yaml.snakeyaml.events.Event
equals, getArguments, getEndMark, getStartMark, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SequenceEndEvent

public SequenceEndEvent(Mark startMark,
                        Mark endMark)
Method Detail

is

public boolean is(Event.ID id)
Specified by:
is in class Event


Copyright © 2008-2011. All Rights Reserved.