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
2040 2041 2042 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2040 def compile(address, builder, parent_expression=nil) prefix.compile(address, builder, self) end |
#inline_modules ⇒ Object
2049 2050 2051 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2049 def inline_modules [] end |
#parent_modules ⇒ Object
2046 2047 2048 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2046 def parent_modules [] end |
#prefixed_expression ⇒ Object
2043 2044 2045 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2043 def prefixed_expression atomic end |