private class ParserImpl.ParseFlowSequenceFirstEntry extends java.lang.Object implements Production
flow_sequence ::= FLOW-SEQUENCE-START
(flow_sequence_entry FLOW-ENTRY)*
flow_sequence_entry?
FLOW-SEQUENCE-END
flow_sequence_entry ::= flow_node | KEY flow_node? (VALUE flow_node?)?
Note that while production rules for both flow_sequence_entry and
flow_mapping_entry are equal, their interpretations are different.
For `flow_sequence_entry`, the part `KEY flow_node? (VALUE flow_node?)?`
generate an inline mapping (set syntax).
| Modifier | Constructor and Description |
|---|---|
private |
ParseFlowSequenceFirstEntry() |
| Modifier and Type | Method and Description |
|---|---|
Event |
produce() |
public Event produce()
produce in interface Production