Module: Treetop::Compiler::Metagrammar::SequencePrimary3
- Defined in:
- 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
Instance Method Details
#compile(lexical_address, builder) ⇒ Object
1512 1513 1514 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1512 def compile(lexical_address, builder) suffix.compile(lexical_address, builder, self) end |
#inline_module_name ⇒ Object
1524 1525 1526 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1524 def inline_module_name nil end |
#inline_modules ⇒ Object
1520 1521 1522 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1520 def inline_modules atomic.inline_modules end |
#node_class_name ⇒ Object
1516 1517 1518 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1516 def node_class_name nil end |