Module: Treetop::Compiler::Metagrammar::ModuleDeclaration2
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
#name ⇒ Object
267 268 269 |
# File 'lib/treetop/compiler/metagrammar.rb', line 267 def name elements[2] end |
#space1 ⇒ Object
263 264 265 |
# File 'lib/treetop/compiler/metagrammar.rb', line 263 def space1 elements[1] end |
#space2 ⇒ Object
271 272 273 |
# File 'lib/treetop/compiler/metagrammar.rb', line 271 def space2 elements[3] end |