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 forParserImpl
. A grammar rule to apply given the symbols on top of its stack and the next input token
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Event
produce()
Produce parsed event
-
-
-
Method Detail
-
produce
Event produce()
Produce parsed event- Returns:
- parsed event to be added to the stream of events
-
-