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