Module: EDNGRAMMAR::String0

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#S1Object



346
347
348
# File 'lib/parser/edngrammar.rb', line 346

def S1
  elements[0]
end

#S2Object



350
351
352
# File 'lib/parser/edngrammar.rb', line 350

def S2
  elements[2]
end

#string1eObject



354
355
356
# File 'lib/parser/edngrammar.rb', line 354

def string1e
  elements[3]
end