Class: Kumi::Core::Analyzer::Passes::Codegen::Js::Emitter::KernelInfo
- Inherits:
-
Struct
- Object
- Struct
- Kumi::Core::Analyzer::Passes::Codegen::Js::Emitter::KernelInfo
- Defined in:
- lib/kumi/core/analyzer/passes/codegen/js/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
10 11 12 |
# File 'lib/kumi/core/analyzer/passes/codegen/js/emitter.rb', line 10 def attrs @attrs end |
#fn_id ⇒ Object
Returns the value of attribute fn_id
10 11 12 |
# File 'lib/kumi/core/analyzer/passes/codegen/js/emitter.rb', line 10 def fn_id @fn_id end |
#id ⇒ Object
Returns the value of attribute id
10 11 12 |
# File 'lib/kumi/core/analyzer/passes/codegen/js/emitter.rb', line 10 def id @id end |
#impl ⇒ Object
Returns the value of attribute impl
10 11 12 |
# File 'lib/kumi/core/analyzer/passes/codegen/js/emitter.rb', line 10 def impl @impl end |