Module: EDNGRAMMAR::String0

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#SObject



363
364
365
# File 'lib/parser/edngrammar.rb', line 363

def S
  elements[0]
end

#string1eObject



367
368
369
# File 'lib/parser/edngrammar.rb', line 367

def string1e
  elements[1]
end