|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.yaml.snakeyaml.events.Event
org.yaml.snakeyaml.events.CollectionEndEvent
org.yaml.snakeyaml.events.SequenceEndEvent
public final class SequenceEndEvent
Marks the end of a sequence.
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 |
|---|
public SequenceEndEvent(Mark startMark,
Mark endMark)
| Method Detail |
|---|
public boolean is(Event.ID id)
is in class Event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||