Module: Treetop::Compiler::Metagrammar::Primary3
- Defined in:
- lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
- #compile(address, builder, parent_expression = nil) ⇒ Object
- #inline_module ⇒ Object
- #inline_modules ⇒ Object
- #parent_modules ⇒ Object
- #prefixed_expression ⇒ Object
Instance Method Details
#compile(address, builder, parent_expression = nil) ⇒ Object
1486 1487 1488 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 1486 def compile(address, builder, parent_expression=nil) prefix.compile(address, builder, self) end |
#inline_module ⇒ Object
1498 1499 1500 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 1498 def inline_module nil end |
#inline_modules ⇒ Object
1495 1496 1497 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 1495 def inline_modules [] end |
#parent_modules ⇒ Object
1492 1493 1494 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 1492 def parent_modules [] end |
#prefixed_expression ⇒ Object
1489 1490 1491 |
# File 'lib/puppet_x/wildfly/gems/treetop-1.6.8/lib/treetop/compiler/metagrammar.rb', line 1489 def prefixed_expression atomic end |