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

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

Instance Method Summary collapse

Instance Method Details

#inline_moduleObject



2866
2867
2868
# File 'lib/treetop/compiler/metagrammar.rb', line 2866

def inline_module
  elements[1]
end

#spaceObject



2862
2863
2864
# File 'lib/treetop/compiler/metagrammar.rb', line 2862

def space
  elements[0]
end