Class: MilkTea::IR::BooleanLiteral

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

Instance Attribute Summary collapse

Instance Attribute Details

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



71
72
73
# File 'lib/milk_tea/core/ir.rb', line 71

def type
  @type
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



71
72
73
# File 'lib/milk_tea/core/ir.rb', line 71

def value
  @value
end