Module: EDNGRAMMAR::String0

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#SObject



356
357
358
# File 'lib/parser/edngrammar.rb', line 356

def S
  elements[0]
end

#string1eObject



360
361
362
# File 'lib/parser/edngrammar.rb', line 360

def string1e
  elements[1]
end