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
2180 2181 2182 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2180 def compile(lexical_address, builder) prefix.compile(lexical_address, builder, self) end |
#inline_module_name ⇒ Object
2196 2197 2198 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2196 def inline_module_name nil end |
#inline_modules ⇒ Object
2192 2193 2194 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2192 def inline_modules atomic.inline_modules end |
#parent_modules ⇒ Object
2188 2189 2190 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2188 def parent_modules [] end |
#prefixed_expression ⇒ Object
2184 2185 2186 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2184 def prefixed_expression elements[1] end |