Module: CEML::Instructions::SeedStmt0

Defined in:
lib/ceml/lang/tt/instructions.rb

Instance Method Summary collapse

Instance Method Details

#rolemapObject



236
237
238
# File 'lib/ceml/lang/tt/instructions.rb', line 236

def rolemap
  elements[6]
end

#varnameObject



224
225
226
# File 'lib/ceml/lang/tt/instructions.rb', line 224

def varname
  elements[2]
end

#ws1Object



220
221
222
# File 'lib/ceml/lang/tt/instructions.rb', line 220

def ws1
  elements[1]
end

#ws2Object



228
229
230
# File 'lib/ceml/lang/tt/instructions.rb', line 228

def ws2
  elements[3]
end

#ws3Object



232
233
234
# File 'lib/ceml/lang/tt/instructions.rb', line 232

def ws3
  elements[5]
end