Module: EDNGRAMMAR::Streamstring0

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#S1Object



2598
2599
2600
# File 'lib/parser/edngrammar.rb', line 2598

def S1
  elements[1]
end

#S2Object



2606
2607
2608
# File 'lib/parser/edngrammar.rb', line 2606

def S2
  elements[3]
end

#stringObject



2602
2603
2604
# File 'lib/parser/edngrammar.rb', line 2602

def string
  elements[2]
end