Class: MilkTea::IR::Param

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



26
27
28
# File 'lib/milk_tea/core/ir.rb', line 26

def linkage_name
  @linkage_name
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



26
27
28
# File 'lib/milk_tea/core/ir.rb', line 26

def name
  @name
end

#pointerObject (readonly)

Returns the value of attribute pointer

Returns:

  • (Object)

    the current value of pointer



26
27
28
# File 'lib/milk_tea/core/ir.rb', line 26

def pointer
  @pointer
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



26
27
28
# File 'lib/milk_tea/core/ir.rb', line 26

def type
  @type
end