Module: Treetop::Compiler::Metagrammar::ParenthesizedExpression1
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#inline_module ⇒ Object
2545 2546 2547 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2545 def inline_module parsing_expression.inline_module end |
#inline_modules ⇒ Object
2542 2543 2544 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2542 def inline_modules parsing_expression.inline_modules end |
#parent_modules ⇒ Object
2539 2540 2541 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2539 def parent_modules [] end |