Module: Treetop::Compiler::Metagrammar::Choice1

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

Instance Method Summary collapse

Instance Method Details

#headObject



1248
1249
1250
# File 'lib/treetop/compiler/metagrammar.rb', line 1248

def head
  elements[0]
end

#tailObject



1252
1253
1254
# File 'lib/treetop/compiler/metagrammar.rb', line 1252

def tail
  elements[1]
end