Class ParserImpl.ParseFlowSequenceEntry

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

private class ParserImpl.ParseFlowSequenceEntry extends Object implements Production
  • Field Details

    • first

      private final boolean first
  • Constructor Details

    • ParseFlowSequenceEntry

      public ParseFlowSequenceEntry(boolean first)
  • 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