Module: Treetop::Compiler::Metagrammar::SequencePrimary3
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
- #compile(address, builder, parent_expression = nil) ⇒ Object
- #inline_modules ⇒ Object
- #parent_modules ⇒ Object
- #prefixed_expression ⇒ Object
Instance Method Details
#compile(address, builder, parent_expression = nil) ⇒ Object
2212 2213 2214 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2212 def compile(address, builder, parent_expression=nil) prefix.compile(address, builder, self) end |
#inline_modules ⇒ Object
2221 2222 2223 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2221 def inline_modules [] end |
#parent_modules ⇒ Object
2218 2219 2220 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2218 def parent_modules [] end |
#prefixed_expression ⇒ Object
2215 2216 2217 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2215 def prefixed_expression atomic end |