Module: Treetop::Compiler::Metagrammar::UnlabeledSequencePrimary0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#null_label ⇒ Object
1795 1796 1797 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1795 def null_label elements[0] end |
#sequence_primary ⇒ Object
1799 1800 1801 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1799 def sequence_primary elements[1] end |