Class: Kumi::Core::Analyzer::Passes::Codegen::Ruby::Emitter::BindsInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/kumi/core/analyzer/passes/codegen/ruby/emitter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fn_idObject

Returns the value of attribute fn_id



12
13
14
# File 'lib/kumi/core/analyzer/passes/codegen/ruby/emitter.rb', line 12

def fn_id
  @fn_id
end

#op_result_regObject

Returns the value of attribute op_result_reg



12
13
14
# File 'lib/kumi/core/analyzer/passes/codegen/ruby/emitter.rb', line 12

def op_result_reg
  @op_result_reg
end