Module: EDNGRAMMAR::Kp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
2267 2268 2269 |
# File 'lib/parser/edngrammar.rb', line 2267 def item1 elements[0] end |
#item2 ⇒ Object
2279 2280 2281 |
# File 'lib/parser/edngrammar.rb', line 2279 def item2 elements[4] end |
#S1 ⇒ Object
2271 2272 2273 |
# File 'lib/parser/edngrammar.rb', line 2271 def S1 elements[1] end |
#S2 ⇒ Object
2275 2276 2277 |
# File 'lib/parser/edngrammar.rb', line 2275 def S2 elements[3] end |