Module: EDNGRAMMAR::Tagged0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1512 1513 1514 |
# File 'lib/parser/edngrammar.rb', line 1512 def item elements[4] end |
#S1 ⇒ Object
1508 1509 1510 |
# File 'lib/parser/edngrammar.rb', line 1508 def S1 elements[3] end |
#S2 ⇒ Object
1516 1517 1518 |
# File 'lib/parser/edngrammar.rb', line 1516 def S2 elements[5] end |
#spec ⇒ Object
1504 1505 1506 |
# File 'lib/parser/edngrammar.rb', line 1504 def spec elements[1] end |
#uint ⇒ Object
1500 1501 1502 |
# File 'lib/parser/edngrammar.rb', line 1500 def uint elements[0] end |