Package org.snakeyaml.engine.v2.parser
Class ParserImpl.ParseBlockMappingValueCommentList
java.lang.Object
org.snakeyaml.engine.v2.parser.ParserImpl.ParseBlockMappingValueCommentList
- All Implemented Interfaces:
Production
- Enclosing class:
ParserImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tokens
List<CommentToken> tokens
-
-
Constructor Details
-
ParseBlockMappingValueCommentList
-
-
Method Details
-
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
-