Module: CEML::Instructions::SetStmt0

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

Instance Method Summary collapse

Instance Method Details

#idObject



674
675
676
# File 'lib/ceml/lang/tt/instructions.rb', line 674

def id
  elements[2]
end

#textObject



686
687
688
# File 'lib/ceml/lang/tt/instructions.rb', line 686

def text
  elements[7]
end

#varnameObject



682
683
684
# File 'lib/ceml/lang/tt/instructions.rb', line 682

def varname
  elements[4]
end

#ws1Object



670
671
672
# File 'lib/ceml/lang/tt/instructions.rb', line 670

def ws1
  elements[1]
end

#ws2Object



678
679
680
# File 'lib/ceml/lang/tt/instructions.rb', line 678

def ws2
  elements[3]
end