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

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

Instance Method Summary collapse

Instance Method Details

#inline_moduleObject



3591
3592
3593
# File 'lib/treetop/compiler/metagrammar.rb', line 3591

def inline_module
  elements[1]
end

#spaceObject



3587
3588
3589
# File 'lib/treetop/compiler/metagrammar.rb', line 3587

def space
  elements[0]
end