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
1658 1659 1660 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1658 def compile(address, builder, parent_expression=nil) prefix.compile(address, builder, self) end |
#inline_module ⇒ Object
1670 1671 1672 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1670 def inline_module nil end |
#inline_modules ⇒ Object
1667 1668 1669 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1667 def inline_modules [] end |
#parent_modules ⇒ Object
1664 1665 1666 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1664 def parent_modules [] end |
#prefixed_expression ⇒ Object
1661 1662 1663 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1661 def prefixed_expression atomic end |