net.sourceforge.yamlbeans.parser
Class Event

java.lang.Object
  extended by net.sourceforge.yamlbeans.parser.Event
Direct Known Subclasses:
DocumentEndEvent, DocumentStartEvent, NodeEvent

public class Event
extends java.lang.Object


Field Summary
static Event DOCUMENT_END_FALSE
           
static Event DOCUMENT_END_TRUE
           
static Event MAPPING_END
           
static Event SEQUENCE_END
           
static Event STREAM_END
           
static Event STREAM_START
           
 EventType type
           
 
Constructor Summary
Event(EventType type)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

Event

public Event(EventType type)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object