Module: EDNGRAMMAR::Kp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
2317 2318 2319 |
# File 'lib/parser/edngrammar.rb', line 2317 def item1 elements[0] end |
#item2 ⇒ Object
2329 2330 2331 |
# File 'lib/parser/edngrammar.rb', line 2329 def item2 elements[4] end |
#S1 ⇒ Object
2321 2322 2323 |
# File 'lib/parser/edngrammar.rb', line 2321 def S1 elements[1] end |
#S2 ⇒ Object
2325 2326 2327 |
# File 'lib/parser/edngrammar.rb', line 2325 def S2 elements[3] end |