Class: MilkTea::ControlFlow::Liveness::Result
- Inherits:
-
Data
- Object
- Data
- MilkTea::ControlFlow::Liveness::Result
- Defined in:
- lib/milk_tea/core/control_flow/liveness.rb
Instance Attribute Summary collapse
-
#live_in ⇒ Object
readonly
Returns the value of attribute live_in.
-
#live_out ⇒ Object
readonly
Returns the value of attribute live_out.
Instance Attribute Details
#live_in ⇒ Object (readonly)
Returns the value of attribute live_in
6 7 8 |
# File 'lib/milk_tea/core/control_flow/liveness.rb', line 6 def live_in @live_in end |
#live_out ⇒ Object (readonly)
Returns the value of attribute live_out
6 7 8 |
# File 'lib/milk_tea/core/control_flow/liveness.rb', line 6 def live_out @live_out end |