Module: Treetop::Compiler::Metagrammar::LabeledSequencePrimary0
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#label ⇒ Object
1107 1108 1109 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1107 def label elements[0] end |
#sequence_primary ⇒ Object
1111 1112 1113 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1111 def sequence_primary elements[1] end |