|
||||||||||
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
public abstract class CollectionEndEvent
Base class for the end events of the collection nodes.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.yaml.snakeyaml.events.Event |
---|
Event.ID |
Constructor Summary | |
---|---|
CollectionEndEvent(Mark startMark,
Mark endMark)
|
Method Summary |
---|
Methods inherited from class org.yaml.snakeyaml.events.Event |
---|
equals, getArguments, getEndMark, getStartMark, is, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CollectionEndEvent(Mark startMark, Mark endMark)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |