Class: MilkTea::IR::VariantArm

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

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsObject (readonly)

Returns the value of attribute fields

Returns:

  • (Object)

    the current value of fields



82
83
84
# File 'lib/milk_tea/core/ir.rb', line 82

def fields
  @fields
end

#linkage_nameObject (readonly)

Returns the value of attribute linkage_name

Returns:

  • (Object)

    the current value of linkage_name



82
83
84
# File 'lib/milk_tea/core/ir.rb', line 82

def linkage_name
  @linkage_name
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



82
83
84
# File 'lib/milk_tea/core/ir.rb', line 82

def name
  @name
end