Module: EDNGRAMMAR::Streamstring0

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#OCObject



2832
2833
2834
# File 'lib/parser/edngrammar.rb', line 2832

def OC
  elements[0]
end

#SObject



2840
2841
2842
# File 'lib/parser/edngrammar.rb', line 2840

def S
  elements[2]
end

#stringObject



2836
2837
2838
# File 'lib/parser/edngrammar.rb', line 2836

def string
  elements[1]
end