Class: MilkTea::IR::NullLiteral

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



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

def type
  @type
end