Class ParserImpl.ParseFlowMappingFirstKey

  • All Implemented Interfaces:
    Production
    Enclosing class:
    ParserImpl

    private class ParserImpl.ParseFlowMappingFirstKey
    extends java.lang.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?)?
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Event produce()
      Produce parsed event
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ParseFlowMappingFirstKey

        private ParseFlowMappingFirstKey()
    • Method Detail

      • 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