Module: Treetop::Compiler::Metagrammar::TrailingInlineModule1
- Defined in:
- lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#inline_module_name ⇒ Object
3670 3671 3672 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 3670 def inline_module_name inline_module.module_name end |
#inline_modules ⇒ Object
3666 3667 3668 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 3666 def inline_modules [inline_module] end |
#parent_modules ⇒ Object
3663 3664 3665 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 3663 def parent_modules [] end |