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