Module: Treetop::Compiler::Metagrammar::ModuleDeclaration2
- Defined in:
- lib/treetop/compiler/metagrammar.rb
Instance Method Summary collapse
Instance Method Details
permalink #name ⇒ Object
[View source]
270 271 272 |
# File 'lib/treetop/compiler/metagrammar.rb', line 270 def name elements[2] end |
permalink #space1 ⇒ Object
[View source]
266 267 268 |
# File 'lib/treetop/compiler/metagrammar.rb', line 266 def space1 elements[1] end |
permalink #space2 ⇒ Object
[View source]
274 275 276 |
# File 'lib/treetop/compiler/metagrammar.rb', line 274 def space2 elements[3] end |