Module: EDNGRAMMAR::Streamstring0

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#S1Object



2400
2401
2402
# File 'lib/parser/edngrammar.rb', line 2400

def S1
  elements[1]
end

#S2Object



2408
2409
2410
# File 'lib/parser/edngrammar.rb', line 2408

def S2
  elements[3]
end

#stringObject



2404
2405
2406
# File 'lib/parser/edngrammar.rb', line 2404

def string
  elements[2]
end