Module: EDNGRAMMAR::Streamstring0

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#OCObject



2770
2771
2772
# File 'lib/parser/edngrammar.rb', line 2770

def OC
  elements[0]
end

#SObject



2778
2779
2780
# File 'lib/parser/edngrammar.rb', line 2778

def S
  elements[2]
end

#stringObject



2774
2775
2776
# File 'lib/parser/edngrammar.rb', line 2774

def string
  elements[1]
end