Module: EDNGRAMMAR::Streamstring1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#OC ⇒ Object
2668 2669 2670 |
# File 'lib/parser/edngrammar.rb', line 2668 def OC elements[5] end |
#S1 ⇒ Object
2656 2657 2658 |
# File 'lib/parser/edngrammar.rb', line 2656 def S1 elements[1] end |
#S2 ⇒ Object
2664 2665 2666 |
# File 'lib/parser/edngrammar.rb', line 2664 def S2 elements[3] end |
#string ⇒ Object
2660 2661 2662 |
# File 'lib/parser/edngrammar.rb', line 2660 def string elements[2] end |