Class: Kumi::IR::DF::Passes::DeclInlining::InlineResult
- Inherits:
-
Struct
- Object
- Struct
- Kumi::IR::DF::Passes::DeclInlining::InlineResult
- Defined in:
- lib/kumi/ir/df/passes/decl_inlining.rb
Instance Attribute Summary collapse
-
#instructions ⇒ Object
Returns the value of attribute instructions.
-
#result ⇒ Object
Returns the value of attribute result.
Instance Attribute Details
#instructions ⇒ Object
Returns the value of attribute instructions
10 11 12 |
# File 'lib/kumi/ir/df/passes/decl_inlining.rb', line 10 def instructions @instructions end |
#result ⇒ Object
Returns the value of attribute result
10 11 12 |
# File 'lib/kumi/ir/df/passes/decl_inlining.rb', line 10 def result @result end |