Module: EDNGRAMMAR::Streamstring0

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#S1Object



2789
2790
2791
# File 'lib/parser/edngrammar.rb', line 2789

def S1
  elements[1]
end

#S2Object



2797
2798
2799
# File 'lib/parser/edngrammar.rb', line 2797

def S2
  elements[3]
end

#stringObject



2793
2794
2795
# File 'lib/parser/edngrammar.rb', line 2793

def string
  elements[2]
end