Module: EDNGRAMMAR::Tagged0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1135 1136 1137 |
# File 'lib/parser/edngrammar.rb', line 1135 def item elements[4] end |
#S1 ⇒ Object
1131 1132 1133 |
# File 'lib/parser/edngrammar.rb', line 1131 def S1 elements[3] end |
#S2 ⇒ Object
1139 1140 1141 |
# File 'lib/parser/edngrammar.rb', line 1139 def S2 elements[5] end |
#spec ⇒ Object
1127 1128 1129 |
# File 'lib/parser/edngrammar.rb', line 1127 def spec elements[1] end |
#uint ⇒ Object
1123 1124 1125 |
# File 'lib/parser/edngrammar.rb', line 1123 def uint elements[0] end |