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

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

Instance Method Summary collapse

Instance Method Details

#inline_module ⇒ Object



3829
3830
3831
# File 'lib/treetop/compiler/metagrammar.rb', line 3829

def inline_module
  elements[1]
end

#space ⇒ Object



3825
3826
3827
# File 'lib/treetop/compiler/metagrammar.rb', line 3825

def space
  elements[0]
end