Module: EDNGRAMMAR::Tagged0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1453 1454 1455 |
# File 'lib/parser/edngrammar.rb', line 1453 def item elements[4] end |
#S1 ⇒ Object
1449 1450 1451 |
# File 'lib/parser/edngrammar.rb', line 1449 def S1 elements[3] end |
#S2 ⇒ Object
1457 1458 1459 |
# File 'lib/parser/edngrammar.rb', line 1457 def S2 elements[5] end |
#spec ⇒ Object
1445 1446 1447 |
# File 'lib/parser/edngrammar.rb', line 1445 def spec elements[1] end |
#uint ⇒ Object
1441 1442 1443 |
# File 'lib/parser/edngrammar.rb', line 1441 def uint elements[0] end |