Module: EDNGRAMMAR::Tagged0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1791 1792 1793 |
# File 'lib/parser/edngrammar.rb', line 1791 def item elements[4] end |
#S1 ⇒ Object
1787 1788 1789 |
# File 'lib/parser/edngrammar.rb', line 1787 def S1 elements[3] end |
#S2 ⇒ Object
1795 1796 1797 |
# File 'lib/parser/edngrammar.rb', line 1795 def S2 elements[5] end |
#spec ⇒ Object
1783 1784 1785 |
# File 'lib/parser/edngrammar.rb', line 1783 def spec elements[1] end |
#uint ⇒ Object
1779 1780 1781 |
# File 'lib/parser/edngrammar.rb', line 1779 def uint elements[0] end |