Module: Treetop::Compiler::Metagrammar::Primary3
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
- #compile(address, builder, parent_expression = nil) ⇒ Object
- #inline_modules ⇒ Object
- #parent_modules ⇒ Object
- #prefixed_expression ⇒ Object
Instance Method Details
#compile(address, builder, parent_expression = nil) ⇒ Object
1453 1454 1455 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1453 def compile(address, builder, parent_expression=nil) prefix.compile(address, builder, self) end |
#inline_modules ⇒ Object
1462 1463 1464 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1462 def inline_modules [] end |
#parent_modules ⇒ Object
1459 1460 1461 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1459 def parent_modules [] end |
#prefixed_expression ⇒ Object
1456 1457 1458 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1456 def prefixed_expression atomic end |