Module: Treetop::Compiler::Metagrammar::SequencePrimary1
- Defined in:
- lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
- #compile(lexical_address, builder) ⇒ Object
- #inline_module_name ⇒ Object
- #inline_modules ⇒ Object
- #parent_modules ⇒ Object
- #prefixed_expression ⇒ Object
Instance Method Details
permalink #compile(lexical_address, builder) ⇒ Object
[View source]
2008 2009 2010 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 2008 def compile(lexical_address, builder) prefix.compile(lexical_address, builder, self) end |
permalink #inline_module_name ⇒ Object
[View source]
2024 2025 2026 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 2024 def inline_module_name nil end |
permalink #inline_modules ⇒ Object
[View source]
2020 2021 2022 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 2020 def inline_modules atomic.inline_modules end |
permalink #parent_modules ⇒ Object
[View source]
2016 2017 2018 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 2016 def parent_modules [] end |
permalink #prefixed_expression ⇒ Object
[View source]
2012 2013 2014 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 2012 def prefixed_expression elements[1] end |