Module: CEML::Instructions::Condition0

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

Instance Method Summary collapse

Instance Method Details

#thingObject



1049
1050
1051
# File 'lib/ceml/lang/tt/instructions.rb', line 1049

def thing
  elements[3]
end

#typeObject



1041
1042
1043
# File 'lib/ceml/lang/tt/instructions.rb', line 1041

def type
  elements[1]
end

#ws1Object



1037
1038
1039
# File 'lib/ceml/lang/tt/instructions.rb', line 1037

def ws1
  elements[0]
end

#ws2Object



1045
1046
1047
# File 'lib/ceml/lang/tt/instructions.rb', line 1045

def ws2
  elements[2]
end