Module: Treetop::Compiler::Metagrammar::TrailingInlineModule2
- Defined in:
- lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
- #inline_module ⇒ Object
- #inline_module_name ⇒ Object
- #inline_modules ⇒ Object
- #parent_modules ⇒ Object
Instance Method Details
#inline_module ⇒ Object
3683 3684 3685 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 3683 def inline_module nil end |
#inline_module_name ⇒ Object
3687 3688 3689 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 3687 def inline_module_name nil end |
#inline_modules ⇒ Object
3679 3680 3681 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 3679 def inline_modules [] end |
#parent_modules ⇒ Object
3676 3677 3678 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 3676 def parent_modules [] end |