Module: EDNGRAMMAR::Streamstring0

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#S1Object



2426
2427
2428
# File 'lib/parser/edngrammar.rb', line 2426

def S1
  elements[1]
end

#S2Object



2434
2435
2436
# File 'lib/parser/edngrammar.rb', line 2434

def S2
  elements[3]
end

#stringObject



2430
2431
2432
# File 'lib/parser/edngrammar.rb', line 2430

def string
  elements[2]
end