Package org.snakeyaml.engine.v2.parser
Interface Production
- All Known Implementing Classes:
ParserImpl.ParseBlockMappingFirstKey,ParserImpl.ParseBlockMappingKey,ParserImpl.ParseBlockMappingValue,ParserImpl.ParseBlockMappingValueComment,ParserImpl.ParseBlockMappingValueCommentList,ParserImpl.ParseBlockNode,ParserImpl.ParseBlockSequenceEntryKey,ParserImpl.ParseBlockSequenceEntryValue,ParserImpl.ParseBlockSequenceFirstEntry,ParserImpl.ParseDocumentContent,ParserImpl.ParseDocumentEnd,ParserImpl.ParseDocumentStart,ParserImpl.ParseFlowEndComment,ParserImpl.ParseFlowMappingEmptyValue,ParserImpl.ParseFlowMappingFirstKey,ParserImpl.ParseFlowMappingKey,ParserImpl.ParseFlowMappingValue,ParserImpl.ParseFlowSequenceEntry,ParserImpl.ParseFlowSequenceEntryMappingEnd,ParserImpl.ParseFlowSequenceEntryMappingKey,ParserImpl.ParseFlowSequenceEntryMappingValue,ParserImpl.ParseFlowSequenceFirstEntry,ParserImpl.ParseImplicitDocumentStart,ParserImpl.ParseIndentlessSequenceEntryKey,ParserImpl.ParseIndentlessSequenceEntryValue,ParserImpl.ParseStreamStart
interface Production
Helper for
ParserImpl. A grammar rule to apply given the symbols on top of its stack and
the next input token- See Also:
-
Method Summary
-
Method Details
-
produce
Event produce()Produce parsed event- Returns:
- parsed event to be added to the stream of events
-