Module: CEML::Instructions::SeedStmt0
- Defined in:
- lib/ceml/lang/tt/instructions.rb
Instance Method Summary collapse
Instance Method Details
#rolemap ⇒ Object
236 237 238 |
# File 'lib/ceml/lang/tt/instructions.rb', line 236 def rolemap elements[6] end |
#varname ⇒ Object
224 225 226 |
# File 'lib/ceml/lang/tt/instructions.rb', line 224 def varname elements[2] end |
#ws1 ⇒ Object
220 221 222 |
# File 'lib/ceml/lang/tt/instructions.rb', line 220 def ws1 elements[1] end |
#ws2 ⇒ Object
228 229 230 |
# File 'lib/ceml/lang/tt/instructions.rb', line 228 def ws2 elements[3] end |
#ws3 ⇒ Object
232 233 234 |
# File 'lib/ceml/lang/tt/instructions.rb', line 232 def ws3 elements[5] end |