Module: EDNGRAMMAR::String0

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#S1Object



330
331
332
# File 'lib/parser/edngrammar.rb', line 330

def S1
  elements[0]
end

#S2Object



334
335
336
# File 'lib/parser/edngrammar.rb', line 334

def S2
  elements[2]
end

#string1eObject



338
339
340
# File 'lib/parser/edngrammar.rb', line 338

def string1e
  elements[3]
end