Package org.snakeyaml.engine.v2.parser
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 java.lang.Object implements Production
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
first
-
Constructor Summary
Constructors Constructor Description ParseFlowSequenceEntry(boolean first)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Event
produce()
Produce parsed event
-
-
-
Method Detail
-
produce
public Event produce()
Description copied from interface:Production
Produce parsed event- Specified by:
produce
in interfaceProduction
- Returns:
- parsed event to be added to the stream of events
-
-