Module: EDNGRAMMAR::Kp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
2322 2323 2324 |
# File 'lib/parser/edngrammar.rb', line 2322 def item1 elements[0] end |
#item2 ⇒ Object
2334 2335 2336 |
# File 'lib/parser/edngrammar.rb', line 2334 def item2 elements[4] end |
#S1 ⇒ Object
2326 2327 2328 |
# File 'lib/parser/edngrammar.rb', line 2326 def S1 elements[1] end |
#S2 ⇒ Object
2330 2331 2332 |
# File 'lib/parser/edngrammar.rb', line 2330 def S2 elements[3] end |