Module: EDNGRAMMAR::Kp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
2274 2275 2276 |
# File 'lib/parser/edngrammar.rb', line 2274 def item1 elements[0] end |
#item2 ⇒ Object
2286 2287 2288 |
# File 'lib/parser/edngrammar.rb', line 2286 def item2 elements[4] end |
#S1 ⇒ Object
2278 2279 2280 |
# File 'lib/parser/edngrammar.rb', line 2278 def S1 elements[1] end |
#S2 ⇒ Object
2282 2283 2284 |
# File 'lib/parser/edngrammar.rb', line 2282 def S2 elements[3] end |