Module: EDNGRAMMAR::Kp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
2132 2133 2134 |
# File 'lib/parser/edngrammar.rb', line 2132 def item1 elements[0] end |
#item2 ⇒ Object
2144 2145 2146 |
# File 'lib/parser/edngrammar.rb', line 2144 def item2 elements[4] end |
#S1 ⇒ Object
2136 2137 2138 |
# File 'lib/parser/edngrammar.rb', line 2136 def S1 elements[1] end |
#S2 ⇒ Object
2140 2141 2142 |
# File 'lib/parser/edngrammar.rb', line 2140 def S2 elements[3] end |