Module: Treetop::Compiler::Metagrammar::ModuleDeclaration4
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#module_contents ⇒ Object
288 289 290 |
# File 'lib/treetop/compiler/metagrammar.rb', line 288 def module_contents elements[1] end |
#prefix ⇒ Object
284 285 286 |
# File 'lib/treetop/compiler/metagrammar.rb', line 284 def prefix elements[0] end |
#suffix ⇒ Object
292 293 294 |
# File 'lib/treetop/compiler/metagrammar.rb', line 292 def suffix elements[2] end |