Module: EDNGRAMMAR::Kp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
1671 1672 1673 |
# File 'lib/parser/edngrammar.rb', line 1671 def item1 elements[0] end |
#item2 ⇒ Object
1683 1684 1685 |
# File 'lib/parser/edngrammar.rb', line 1683 def item2 elements[4] end |
#S1 ⇒ Object
1675 1676 1677 |
# File 'lib/parser/edngrammar.rb', line 1675 def S1 elements[1] end |
#S2 ⇒ Object
1679 1680 1681 |
# File 'lib/parser/edngrammar.rb', line 1679 def S2 elements[3] end |