Module: CEML::Instructions::PickStmt0

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

Instance Method Summary collapse

Instance Method Details

#idObject



768
769
770
# File 'lib/ceml/lang/tt/instructions.rb', line 768

def id
  elements[2]
end

#textObject



780
781
782
# File 'lib/ceml/lang/tt/instructions.rb', line 780

def text
  elements[7]
end

#varnameObject



776
777
778
# File 'lib/ceml/lang/tt/instructions.rb', line 776

def varname
  elements[4]
end

#ws1Object



764
765
766
# File 'lib/ceml/lang/tt/instructions.rb', line 764

def ws1
  elements[1]
end

#ws2Object



772
773
774
# File 'lib/ceml/lang/tt/instructions.rb', line 772

def ws2
  elements[3]
end