Module: EDNGRAMMAR::Tagged0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1525 1526 1527 |
# File 'lib/parser/edngrammar.rb', line 1525 def item elements[4] end |
#S1 ⇒ Object
1521 1522 1523 |
# File 'lib/parser/edngrammar.rb', line 1521 def S1 elements[3] end |
#S2 ⇒ Object
1529 1530 1531 |
# File 'lib/parser/edngrammar.rb', line 1529 def S2 elements[5] end |
#spec ⇒ Object
1517 1518 1519 |
# File 'lib/parser/edngrammar.rb', line 1517 def spec elements[1] end |
#uint ⇒ Object
1513 1514 1515 |
# File 'lib/parser/edngrammar.rb', line 1513 def uint elements[0] end |