Module: Treetop::Compiler::Metagrammar::UnlabeledSequencePrimary0

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

Instance Method Summary collapse

Instance Method Details

#null_labelObject



1775
1776
1777
# File 'lib/treetop/compiler/metagrammar.rb', line 1775

def null_label
  elements[0]
end

#sequence_primaryObject



1779
1780
1781
# File 'lib/treetop/compiler/metagrammar.rb', line 1779

def sequence_primary
  elements[1]
end