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
1992 1993 1994 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1992 def compile(address, builder, parent_expression=nil) prefix.compile(address, builder, self) end |
#inline_modules ⇒ Object
2001 2002 2003 |
# File 'lib/treetop/compiler/metagrammar.rb', line 2001 def inline_modules [] end |
#parent_modules ⇒ Object
1998 1999 2000 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1998 def parent_modules [] end |
#prefixed_expression ⇒ Object
1995 1996 1997 |
# File 'lib/treetop/compiler/metagrammar.rb', line 1995 def prefixed_expression atomic end |