Module: EDNGRAMMAR::Keyp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
2503 2504 2505 |
# File 'lib/parser/edngrammar.rb', line 2503 def item1 elements[0] end |
#item2 ⇒ Object
2515 2516 2517 |
# File 'lib/parser/edngrammar.rb', line 2515 def item2 elements[4] end |
#S1 ⇒ Object
2507 2508 2509 |
# File 'lib/parser/edngrammar.rb', line 2507 def S1 elements[1] end |
#S2 ⇒ Object
2511 2512 2513 |
# File 'lib/parser/edngrammar.rb', line 2511 def S2 elements[3] end |