Class AliasEvent
java.lang.Object
org.yaml.snakeyaml.events.Event
org.yaml.snakeyaml.events.NodeEvent
org.yaml.snakeyaml.events.AliasEvent
Marks the inclusion of a previously anchored node.
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class NodeEvent
getAnchor, getArgumentsMethods inherited from class Event
equals, getEndMark, getStartMark, hashCode, is, toString
-
Constructor Details
-
AliasEvent
-
-
Method Details
-
getEventId
Description copied from class:EventGet the type (kind) if this Event- Specified by:
getEventIdin classEvent- Returns:
- the ID of this Event
-