Module: EDNGRAMMAR::Tagged0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1313 1314 1315 |
# File 'lib/parser/edngrammar.rb', line 1313 def item elements[4] end |
#S1 ⇒ Object
1309 1310 1311 |
# File 'lib/parser/edngrammar.rb', line 1309 def S1 elements[3] end |
#S2 ⇒ Object
1317 1318 1319 |
# File 'lib/parser/edngrammar.rb', line 1317 def S2 elements[5] end |
#spec ⇒ Object
1305 1306 1307 |
# File 'lib/parser/edngrammar.rb', line 1305 def spec elements[1] end |
#uint ⇒ Object
1301 1302 1303 |
# File 'lib/parser/edngrammar.rb', line 1301 def uint elements[0] end |