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

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

Instance Method Summary collapse

Instance Method Details

#inline_moduleObject



2469
2470
2471
# File 'lib/treetop/compiler/metagrammar.rb', line 2469

def inline_module
  elements[1]
end

#spaceObject



2465
2466
2467
# File 'lib/treetop/compiler/metagrammar.rb', line 2465

def space
  elements[0]
end