Module: EDNGRAMMAR::Tagged0
- Defined in:
- lib/parser/edngrammar.rb
Instance Method Summary collapse
Instance Method Details
#item ⇒ Object
1318 1319 1320 |
# File 'lib/parser/edngrammar.rb', line 1318 def item elements[4] end |
#S1 ⇒ Object
1314 1315 1316 |
# File 'lib/parser/edngrammar.rb', line 1314 def S1 elements[3] end |
#S2 ⇒ Object
1322 1323 1324 |
# File 'lib/parser/edngrammar.rb', line 1322 def S2 elements[5] end |
#spec ⇒ Object
1310 1311 1312 |
# File 'lib/parser/edngrammar.rb', line 1310 def spec elements[1] end |
#uint ⇒ Object
1306 1307 1308 |
# File 'lib/parser/edngrammar.rb', line 1306 def uint elements[0] end |