Module: Treetop::Compiler::Metagrammar::SequencePrimary1
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
- #compile(lexical_address, builder) ⇒ Object
- #inline_module_name ⇒ Object
- #inline_modules ⇒ Object
- #prefixed_expression ⇒ Object
Instance Method Details
#compile(lexical_address, builder) ⇒ Object
1534 1535 1536 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1534 def compile(lexical_address, builder) prefix.compile(lexical_address, builder, self) end |
#inline_module_name ⇒ Object
1546 1547 1548 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1546 def inline_module_name nil end |
#inline_modules ⇒ Object
1542 1543 1544 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1542 def inline_modules atomic.inline_modules end |
#prefixed_expression ⇒ Object
1538 1539 1540 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1538 def prefixed_expression elements[1] end |