Module: EDNGRAMMAR::Tagged0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1528 1529 1530 |
# File 'lib/parser/edngrammar.rb', line 1528 def item elements[4] end |
#S1 ⇒ Object
1524 1525 1526 |
# File 'lib/parser/edngrammar.rb', line 1524 def S1 elements[3] end |
#S2 ⇒ Object
1532 1533 1534 |
# File 'lib/parser/edngrammar.rb', line 1532 def S2 elements[5] end |
#spec ⇒ Object
1520 1521 1522 |
# File 'lib/parser/edngrammar.rb', line 1520 def spec elements[1] end |
#uint ⇒ Object
1516 1517 1518 |
# File 'lib/parser/edngrammar.rb', line 1516 def uint elements[0] end |