Module: Treetop::Compiler::Metagrammar::Primary3
- Defined in:
- 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
1466 1467 1468 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1466 def compile(address, builder, parent_expression=nil) prefix.compile(address, builder, self) end |
#inline_module ⇒ Object
1478 1479 1480 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1478 def inline_module nil end |
#inline_modules ⇒ Object
1475 1476 1477 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1475 def inline_modules [] end |
#parent_modules ⇒ Object
1472 1473 1474 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1472 def parent_modules [] end |
#prefixed_expression ⇒ Object
1469 1470 1471 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1469 def prefixed_expression atomic end |