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
1342 1343 1344 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1342 def compile(lexical_address, builder) prefix.compile(lexical_address, builder, self) end |
#inline_module_name ⇒ Object
1354 1355 1356 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1354 def inline_module_name nil end |
#inline_modules ⇒ Object
1350 1351 1352 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1350 def inline_modules atomic.inline_modules end |
#prefixed_expression ⇒ Object
1346 1347 1348 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1346 def prefixed_expression elements[1] end |