Class: MilkTea::IR::ReinterpretExpr
- Inherits:
-
Data
- Object
- Data
- MilkTea::IR::ReinterpretExpr
- Defined in:
- lib/milk_tea/core/ir.rb
Instance Attribute Summary collapse
-
#expression ⇒ Object
readonly
Returns the value of attribute expression.
-
#source_type ⇒ Object
readonly
Returns the value of attribute source_type.
-
#target_type ⇒ Object
readonly
Returns the value of attribute target_type.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#expression ⇒ Object (readonly)
Returns the value of attribute expression
64 65 66 |
# File 'lib/milk_tea/core/ir.rb', line 64 def expression @expression end |
#source_type ⇒ Object (readonly)
Returns the value of attribute source_type
64 65 66 |
# File 'lib/milk_tea/core/ir.rb', line 64 def source_type @source_type end |
#target_type ⇒ Object (readonly)
Returns the value of attribute target_type
64 65 66 |
# File 'lib/milk_tea/core/ir.rb', line 64 def target_type @target_type end |
#type ⇒ Object (readonly)
Returns the value of attribute type
64 65 66 |
# File 'lib/milk_tea/core/ir.rb', line 64 def type @type end |