Module: CEML::Instructions::RecordStmt0
- Defined in:
- lib/ceml/lang/tt/instructions.rb
Instance Method Summary collapse
Instance Method Details
#id ⇒ Object
319 320 321 |
# File 'lib/ceml/lang/tt/instructions.rb', line 319 def id elements[2] end |
#varname ⇒ Object
327 328 329 |
# File 'lib/ceml/lang/tt/instructions.rb', line 327 def varname elements[4] end |
#ws1 ⇒ Object
315 316 317 |
# File 'lib/ceml/lang/tt/instructions.rb', line 315 def ws1 elements[1] end |
#ws2 ⇒ Object
323 324 325 |
# File 'lib/ceml/lang/tt/instructions.rb', line 323 def ws2 elements[3] end |