net.sourceforge.yamlbeans.parser
Class Event
java.lang.Object
net.sourceforge.yamlbeans.parser.Event
- Direct Known Subclasses:
- DocumentEndEvent, DocumentStartEvent, NodeEvent
public class Event
- extends java.lang.Object
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MAPPING_END
public static final Event MAPPING_END
SEQUENCE_END
public static final Event SEQUENCE_END
STREAM_END
public static final Event STREAM_END
STREAM_START
public static final Event STREAM_START
DOCUMENT_END_TRUE
public static final Event DOCUMENT_END_TRUE
DOCUMENT_END_FALSE
public static final Event DOCUMENT_END_FALSE
type
public final EventType type
Event
public Event(EventType type)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object