Module: EDNGRAMMAR::String0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#S1 ⇒ Object
330 331 332 |
# File 'lib/parser/edngrammar.rb', line 330 def S1 elements[0] end |
#S2 ⇒ Object
334 335 336 |
# File 'lib/parser/edngrammar.rb', line 334 def S2 elements[2] end |
#string1e ⇒ Object
338 339 340 |
# File 'lib/parser/edngrammar.rb', line 338 def string1e elements[3] end |