Module: EDNGRAMMAR::Streamstring1
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#OC ⇒ Object
2452 2453 2454 |
# File 'lib/parser/edngrammar.rb', line 2452 def OC elements[5] end |
#S1 ⇒ Object
2440 2441 2442 |
# File 'lib/parser/edngrammar.rb', line 2440 def S1 elements[1] end |
#S2 ⇒ Object
2448 2449 2450 |
# File 'lib/parser/edngrammar.rb', line 2448 def S2 elements[3] end |
#string ⇒ Object
2444 2445 2446 |
# File 'lib/parser/edngrammar.rb', line 2444 def string elements[2] end |