Class: MilkTea::IR::ReinterpretExpr

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

Instance Attribute Summary collapse

Instance Attribute Details

#expressionObject (readonly)

Returns the value of attribute expression

Returns:

  • (Object)

    the current value of expression



64
65
66
# File 'lib/milk_tea/core/ir.rb', line 64

def expression
  @expression
end

#source_typeObject (readonly)

Returns the value of attribute source_type

Returns:

  • (Object)

    the current value of source_type



64
65
66
# File 'lib/milk_tea/core/ir.rb', line 64

def source_type
  @source_type
end

#target_typeObject (readonly)

Returns the value of attribute target_type

Returns:

  • (Object)

    the current value of target_type



64
65
66
# File 'lib/milk_tea/core/ir.rb', line 64

def target_type
  @target_type
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



64
65
66
# File 'lib/milk_tea/core/ir.rb', line 64

def type
  @type
end