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

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

Instance Method Summary collapse

Instance Method Details

#labelObject



1412
1413
1414
# File 'lib/treetop/compiler/metagrammar.rb', line 1412

def label
  elements[0]
end

#sequence_primaryObject



1416
1417
1418
# File 'lib/treetop/compiler/metagrammar.rb', line 1416

def sequence_primary
  elements[1]
end