Class: MilkTea::IR::EnumMember

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

Instance Attribute Summary collapse

Instance Attribute Details

#linkage_nameObject (readonly)

Returns the value of attribute linkage_name

Returns:

  • (Object)

    the current value of linkage_name



21
22
23
# File 'lib/milk_tea/core/ir.rb', line 21

def linkage_name
  @linkage_name
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



21
22
23
# File 'lib/milk_tea/core/ir.rb', line 21

def name
  @name
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



21
22
23
# File 'lib/milk_tea/core/ir.rb', line 21

def value
  @value
end