Module: EDNGRAMMAR::Tagged0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1033 1034 1035 |
# File 'lib/parser/edngrammar.rb', line 1033 def item elements[3] end |
#S1 ⇒ Object
1029 1030 1031 |
# File 'lib/parser/edngrammar.rb', line 1029 def S1 elements[2] end |
#S2 ⇒ Object
1037 1038 1039 |
# File 'lib/parser/edngrammar.rb', line 1037 def S2 elements[4] end |
#uint ⇒ Object
1025 1026 1027 |
# File 'lib/parser/edngrammar.rb', line 1025 def uint elements[0] end |