net.sourceforge.yamlbeans.parser
Class CollectionStartEvent
java.lang.Object
net.sourceforge.yamlbeans.parser.Event
net.sourceforge.yamlbeans.parser.NodeEvent
net.sourceforge.yamlbeans.parser.CollectionStartEvent
- Direct Known Subclasses:
- MappingStartEvent, SequenceStartEvent
public abstract class CollectionStartEvent
- extends NodeEvent
Fields inherited from class net.sourceforge.yamlbeans.parser.NodeEvent |
anchor |
Constructor Summary |
protected |
CollectionStartEvent(EventType eventType,
java.lang.String anchor,
java.lang.String tag,
boolean isImplicit,
boolean isFlowStyle)
|
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
tag
public final java.lang.String tag
isImplicit
public final boolean isImplicit
isFlowStyle
public final boolean isFlowStyle
CollectionStartEvent
protected CollectionStartEvent(EventType eventType,
java.lang.String anchor,
java.lang.String tag,
boolean isImplicit,
boolean isFlowStyle)
toString
public java.lang.String toString()
- Overrides:
toString
in class Event