Module: EDNGRAMMAR::Streamstring0

Defined in:
lib/parser/edngrammar.rb

Instance Method Summary collapse

Instance Method Details

#S1Object



2642
2643
2644
# File 'lib/parser/edngrammar.rb', line 2642

def S1
  elements[1]
end

#S2Object



2650
2651
2652
# File 'lib/parser/edngrammar.rb', line 2650

def S2
  elements[3]
end

#stringObject



2646
2647
2648
# File 'lib/parser/edngrammar.rb', line 2646

def string
  elements[2]
end