Module: EDNGRAMMAR::Streamstring0

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#OCObject



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

def OC
  elements[0]
end

#SObject



2845
2846
2847
# File 'lib/parser/edngrammar.rb', line 2845

def S
  elements[2]
end

#stringObject



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

def string
  elements[1]
end