Module: Treetop::Compiler::Metagrammar::LabeledSequencePrimary0

Defined in:
lib/treetop/compiler/metagrammar.rb

Instance Method Summary collapse

Instance Method Details

#named_labelObject



1632
1633
1634
# File 'lib/treetop/compiler/metagrammar.rb', line 1632

def named_label
  elements[0]
end

#sequence_primaryObject



1636
1637
1638
# File 'lib/treetop/compiler/metagrammar.rb', line 1636

def sequence_primary
  elements[1]
end