Module: EDNGRAMMAR::Kp0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item1 ⇒ Object
2083 2084 2085 |
# File 'lib/parser/edngrammar.rb', line 2083 def item1 elements[0] end |
#item2 ⇒ Object
2095 2096 2097 |
# File 'lib/parser/edngrammar.rb', line 2095 def item2 elements[4] end |
#S1 ⇒ Object
2087 2088 2089 |
# File 'lib/parser/edngrammar.rb', line 2087 def S1 elements[1] end |
#S2 ⇒ Object
2091 2092 2093 |
# File 'lib/parser/edngrammar.rb', line 2091 def S2 elements[3] end |