Module: Treetop::Compiler::Metagrammar::LabeledSequencePrimary0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#named_label ⇒ Object
1715 1716 1717 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1715 def named_label elements[0] end |
#sequence_primary ⇒ Object
1719 1720 1721 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1719 def sequence_primary elements[1] end |