Class: MilkTea::IR::Name

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

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



53
54
55
# File 'lib/milk_tea/core/ir.rb', line 53

def name
  @name
end

#pointerObject (readonly)

Returns the value of attribute pointer

Returns:

  • (Object)

    the current value of pointer



53
54
55
# File 'lib/milk_tea/core/ir.rb', line 53

def pointer
  @pointer
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



53
54
55
# File 'lib/milk_tea/core/ir.rb', line 53

def type
  @type
end