Module: Treetop::Compiler::Metagrammar::TrailingInlineModule0

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

Instance Method Summary collapse

Instance Method Details

#inline_moduleObject



3607
3608
3609
# File 'lib/treetop/compiler/metagrammar.rb', line 3607

def inline_module
  elements[1]
end

#spaceObject



3603
3604
3605
# File 'lib/treetop/compiler/metagrammar.rb', line 3603

def space
  elements[0]
end