Uses of Enum Class
org.yaml.snakeyaml.events.Event.ID
Packages that use Event.ID
-
Uses of Event.ID in org.yaml.snakeyaml.events
Methods in org.yaml.snakeyaml.events that return Event.IDModifier and TypeMethodDescriptionAliasEvent.getEventId()
CommentEvent.getEventId()
DocumentEndEvent.getEventId()
DocumentStartEvent.getEventId()
abstract Event.ID
Event.getEventId()
Get the type (kind) if this EventMappingEndEvent.getEventId()
MappingStartEvent.getEventId()
ScalarEvent.getEventId()
SequenceEndEvent.getEventId()
SequenceStartEvent.getEventId()
StreamEndEvent.getEventId()
StreamStartEvent.getEventId()
static Event.ID
Returns the enum constant of this class with the specified name.static Event.ID[]
Event.ID.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.yaml.snakeyaml.events with parameters of type Event.ID -
Uses of Event.ID in org.yaml.snakeyaml.parser
Methods in org.yaml.snakeyaml.parser with parameters of type Event.IDModifier and TypeMethodDescriptionboolean
Parser.checkEvent
(Event.ID choice) Check if the next event is one of the given type.boolean
ParserImpl.checkEvent
(Event.ID choice) Check the type of the next event.