Class: MilkTea::ControlFlow::Liveness::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/milk_tea/core/control_flow/liveness.rb

Instance Attribute Summary collapse

Instance Attribute Details

#live_inObject (readonly)

Returns the value of attribute live_in

Returns:

  • (Object)

    the current value of live_in



6
7
8
# File 'lib/milk_tea/core/control_flow/liveness.rb', line 6

def live_in
  @live_in
end

#live_outObject (readonly)

Returns the value of attribute live_out

Returns:

  • (Object)

    the current value of live_out



6
7
8
# File 'lib/milk_tea/core/control_flow/liveness.rb', line 6

def live_out
  @live_out
end