Module: Treetop::Compiler::Metagrammar::DeclarationSequence1

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

Instance Method Summary collapse

Instance Method Details

#headObject



656
657
658
# File 'lib/treetop/compiler/metagrammar.rb', line 656

def head
  elements[0]
end

#tailObject



660
661
662
# File 'lib/treetop/compiler/metagrammar.rb', line 660

def tail
  elements[1]
end