Class: Kumi::Core::Analyzer::Passes::Codegen::Ruby::Emitter::BindsInfo
- Inherits:
-
Struct
- Object
- Struct
- Kumi::Core::Analyzer::Passes::Codegen::Ruby::Emitter::BindsInfo
- Defined in:
- lib/kumi/core/analyzer/passes/codegen/ruby/emitter.rb
Instance Attribute Summary collapse
-
#fn_id ⇒ Object
Returns the value of attribute fn_id.
-
#op_result_reg ⇒ Object
Returns the value of attribute op_result_reg.
Instance Attribute Details
#fn_id ⇒ Object
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_reg ⇒ Object
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 |