Module: EDNGRAMMAR::Tagged0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1460 1461 1462 |
# File 'lib/parser/edngrammar.rb', line 1460 def item elements[4] end |
#S1 ⇒ Object
1456 1457 1458 |
# File 'lib/parser/edngrammar.rb', line 1456 def S1 elements[3] end |
#S2 ⇒ Object
1464 1465 1466 |
# File 'lib/parser/edngrammar.rb', line 1464 def S2 elements[5] end |
#spec ⇒ Object
1452 1453 1454 |
# File 'lib/parser/edngrammar.rb', line 1452 def spec elements[1] end |
#uint ⇒ Object
1448 1449 1450 |
# File 'lib/parser/edngrammar.rb', line 1448 def uint elements[0] end |