Class ParserImpl.ParseFlowMappingFirstKey

java.lang.Object
org.snakeyaml.engine.v2.parser.ParserImpl.ParseFlowMappingFirstKey
All Implemented Interfaces:
Production
Enclosing class:
ParserImpl

private class ParserImpl.ParseFlowMappingFirstKey extends Object implements Production
  flow_mapping  ::= FLOW-MAPPING-START
         (flow_mapping_entry FLOW-ENTRY)*
         flow_mapping_entry?
         FLOW-MAPPING-END
  flow_mapping_entry    ::= flow_node | KEY flow_node? (VALUE flow_node?)?
  • Constructor Details

    • ParseFlowMappingFirstKey

      private ParseFlowMappingFirstKey()
  • Method Details

    • produce

      public Event produce()
      Description copied from interface: Production
      Produce parsed event
      Specified by:
      produce in interface Production
      Returns:
      parsed event to be added to the stream of events