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

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

Instance Method Summary collapse

Instance Method Details

#headObject



405
406
407
# File 'lib/treetop/compiler/metagrammar.rb', line 405

def head
  elements[0]
end

#tailObject



409
410
411
# File 'lib/treetop/compiler/metagrammar.rb', line 409

def tail
  elements[1]
end