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?)?
Modifier | Constructor and Description |
---|---|
private |
ParseFlowMappingFirstKey() |
Modifier and Type | Method and Description |
---|---|
Event |
produce() |
public Event produce()
produce
in interface Production