Module: Treetop::Compiler::Metagrammar::Grammar0

Defined in:
lib/gems/treetop-1.2.4/lib/treetop/compiler/metagrammar.rb

Instance Method Summary collapse

Instance Method Details

#declaration_sequenceObject



244
245
246
# File 'lib/gems/treetop-1.2.4/lib/treetop/compiler/metagrammar.rb', line 244

def declaration_sequence
  elements[4]
end

#grammar_nameObject



236
237
238
# File 'lib/gems/treetop-1.2.4/lib/treetop/compiler/metagrammar.rb', line 236

def grammar_name
  elements[2]
end

#spaceObject



232
233
234
# File 'lib/gems/treetop-1.2.4/lib/treetop/compiler/metagrammar.rb', line 232

def space
  elements[1]
end