Module: EDNGRAMMAR::Kp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
1765 1766 1767 |
# File 'lib/parser/edngrammar.rb', line 1765 def item1 elements[0] end |
#item2 ⇒ Object
1777 1778 1779 |
# File 'lib/parser/edngrammar.rb', line 1777 def item2 elements[4] end |
#S1 ⇒ Object
1769 1770 1771 |
# File 'lib/parser/edngrammar.rb', line 1769 def S1 elements[1] end |
#S2 ⇒ Object
1773 1774 1775 |
# File 'lib/parser/edngrammar.rb', line 1773 def S2 elements[3] end |