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
- #parent_modules ⇒ Object
- #prefixed_expression ⇒ Object
Instance Method Details
#compile(lexical_address, builder) ⇒ Object
1961 1962 1963 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1961 def compile(lexical_address, builder) prefix.compile(lexical_address, builder, self) end |
#inline_module_name ⇒ Object
1977 1978 1979 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1977 def inline_module_name nil end |
#inline_modules ⇒ Object
1973 1974 1975 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1973 def inline_modules atomic.inline_modules end |
#parent_modules ⇒ Object
1969 1970 1971 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1969 def parent_modules [] end |
#prefixed_expression ⇒ Object
1965 1966 1967 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1965 def prefixed_expression elements[1] end |