Module: Treetop::Compiler::Metagrammar::LabeledSequencePrimary0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#named_label ⇒ Object
1688 1689 1690 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1688 def named_label elements[0] end |
#sequence_primary ⇒ Object
1692 1693 1694 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1692 def sequence_primary elements[1] end |