Module: EDNGRAMMAR::Streamstring1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#OC ⇒ Object
2860 2861 2862 |
# File 'lib/parser/edngrammar.rb', line 2860 def OC elements[5] end |
#S1 ⇒ Object
2848 2849 2850 |
# File 'lib/parser/edngrammar.rb', line 2848 def S1 elements[1] end |
#S2 ⇒ Object
2856 2857 2858 |
# File 'lib/parser/edngrammar.rb', line 2856 def S2 elements[3] end |
#string ⇒ Object
2852 2853 2854 |
# File 'lib/parser/edngrammar.rb', line 2852 def string elements[2] end |