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

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

Instance Attribute Summary collapse

Instance Attribute Details

#attrsObject

Returns the value of attribute attrs



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

def attrs
  @attrs
end

#fn_idObject

Returns the value of attribute fn_id



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

def fn_id
  @fn_id
end

#idObject

Returns the value of attribute id



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

def id
  @id
end

#implObject

Returns the value of attribute impl



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

def impl
  @impl
end