Module: EDNGRAMMAR::Kp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
1885 1886 1887 |
# File 'lib/parser/edngrammar.rb', line 1885 def item1 elements[0] end |
#item2 ⇒ Object
1897 1898 1899 |
# File 'lib/parser/edngrammar.rb', line 1897 def item2 elements[4] end |
#S1 ⇒ Object
1889 1890 1891 |
# File 'lib/parser/edngrammar.rb', line 1889 def S1 elements[1] end |
#S2 ⇒ Object
1893 1894 1895 |
# File 'lib/parser/edngrammar.rb', line 1893 def S2 elements[3] end |