Module: CEML::Instructions::RecordStmt0

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

Instance Method Summary collapse

Instance Method Details

#idObject



319
320
321
# File 'lib/ceml/lang/tt/instructions.rb', line 319

def id
  elements[2]
end

#varnameObject



327
328
329
# File 'lib/ceml/lang/tt/instructions.rb', line 327

def varname
  elements[4]
end

#ws1Object



315
316
317
# File 'lib/ceml/lang/tt/instructions.rb', line 315

def ws1
  elements[1]
end

#ws2Object



323
324
325
# File 'lib/ceml/lang/tt/instructions.rb', line 323

def ws2
  elements[3]
end