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

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

Instance Method Summary collapse

Instance Method Details

#labelObject



1503
1504
1505
# File 'lib/treetop/compiler/metagrammar.rb', line 1503

def label
  elements[0]
end

#sequence_primaryObject



1507
1508
1509
# File 'lib/treetop/compiler/metagrammar.rb', line 1507

def sequence_primary
  elements[1]
end