Module: Treetop::Compiler::Metagrammar::LabeledSequencePrimary0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#label ⇒ Object
1317 1318 1319 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1317 def label elements[0] end |
#sequence_primary ⇒ Object
1321 1322 1323 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1321 def sequence_primary elements[1] end |