Module: EDNGRAMMAR::Tagged0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1141 1142 1143 |
# File 'lib/parser/edngrammar.rb', line 1141 def item elements[4] end |
#S1 ⇒ Object
1137 1138 1139 |
# File 'lib/parser/edngrammar.rb', line 1137 def S1 elements[3] end |
#S2 ⇒ Object
1145 1146 1147 |
# File 'lib/parser/edngrammar.rb', line 1145 def S2 elements[5] end |
#spec ⇒ Object
1133 1134 1135 |
# File 'lib/parser/edngrammar.rb', line 1133 def spec elements[1] end |
#uint ⇒ Object
1129 1130 1131 |
# File 'lib/parser/edngrammar.rb', line 1129 def uint elements[0] end |