net.sourceforge.yamlbeans.parser
Class DocumentEndEvent

java.lang.Object
  extended by net.sourceforge.yamlbeans.parser.Event
      extended by net.sourceforge.yamlbeans.parser.DocumentEndEvent

public class DocumentEndEvent
extends Event


Field Summary
 boolean isExplicit
           
 
Fields inherited from class net.sourceforge.yamlbeans.parser.Event
DOCUMENT_END_FALSE, DOCUMENT_END_TRUE, MAPPING_END, SEQUENCE_END, STREAM_END, STREAM_START, type
 
Constructor Summary
DocumentEndEvent(boolean isExplicit)
           
 
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

isExplicit

public final boolean isExplicit
Constructor Detail

DocumentEndEvent

public DocumentEndEvent(boolean isExplicit)
Method Detail

toString

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