Module: EDNGRAMMAR::Tagged0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
939 940 941 |
# File 'lib/parser/edngrammar.rb', line 939 def item elements[3] end |
#S1 ⇒ Object
935 936 937 |
# File 'lib/parser/edngrammar.rb', line 935 def S1 elements[2] end |
#S2 ⇒ Object
943 944 945 |
# File 'lib/parser/edngrammar.rb', line 943 def S2 elements[4] end |
#uint ⇒ Object
931 932 933 |
# File 'lib/parser/edngrammar.rb', line 931 def uint elements[0] end |