Class: MilkTea::ControlFlow::ConstantPropagation::ConstVal

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

Instance Attribute Summary collapse

Instance Attribute Details

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



8
9
10
# File 'lib/milk_tea/core/control_flow/constant_propagation.rb', line 8

def value
  @value
end