Module: Treetop::Compiler::Metagrammar::ParenthesizedExpression1

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

Instance Method Summary collapse

Instance Method Details

#inline_module ⇒ Object



2717
2718
2719
# File 'lib/treetop/compiler/metagrammar.rb', line 2717

def inline_module
  parsing_expression.inline_module
end

#inline_modules ⇒ Object



2714
2715
2716
# File 'lib/treetop/compiler/metagrammar.rb', line 2714

def inline_modules
  parsing_expression.inline_modules
end

#parent_modules ⇒ Object



2711
2712
2713
# File 'lib/treetop/compiler/metagrammar.rb', line 2711

def parent_modules
  []
end