Class: MilkTea::IR::AggregateField

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



77
78
79
# File 'lib/milk_tea/core/ir.rb', line 77

def name
  @name
end

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



77
78
79
# File 'lib/milk_tea/core/ir.rb', line 77

def value
  @value
end