Package org.yaml.snakeyaml.parser
Class ParserImpl.ParseFlowMappingFirstKey
java.lang.Object
org.yaml.snakeyaml.parser.ParserImpl.ParseFlowMappingFirstKey
- All Implemented Interfaces:
Production
- Enclosing class:
- ParserImpl
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ParseFlowMappingFirstKey
private ParseFlowMappingFirstKey()
-
-
Method Details
-
produce
- Specified by:
produce
in interfaceProduction
-