Module: EDNGRAMMAR::Streamstring0

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#OCObject



2834
2835
2836
# File 'lib/parser/edngrammar.rb', line 2834

def OC
  elements[0]
end

#SObject



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

def S
  elements[2]
end

#stringObject



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

def string
  elements[1]
end