Module: Treetop::Compiler::Metagrammar::SequencePrimary5
- 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
- #node_class_name ⇒ Object
- #parent_modules ⇒ Object
Instance Method Details
#compile(lexical_address, builder) ⇒ Object
2065 2066 2067 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 2065 def compile(lexical_address, builder) suffix.compile(lexical_address, builder, self) end |
#inline_module_name ⇒ Object
2081 2082 2083 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 2081 def inline_module_name nil end |
#inline_modules ⇒ Object
2077 2078 2079 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 2077 def inline_modules atomic.inline_modules end |
#node_class_name ⇒ Object
2069 2070 2071 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 2069 def node_class_name nil end |
#parent_modules ⇒ Object
2073 2074 2075 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 2073 def parent_modules [] end |