Module: EDNGRAMMAR::String0

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#S1Object



332
333
334
# File 'lib/parser/edngrammar.rb', line 332

def S1
  elements[0]
end

#S2Object



336
337
338
# File 'lib/parser/edngrammar.rb', line 336

def S2
  elements[2]
end

#string1eObject



340
341
342
# File 'lib/parser/edngrammar.rb', line 340

def string1e
  elements[3]
end