Class: MilkTea::IR::OffsetofExpr
- Inherits:
-
Data
- Object
- Data
- MilkTea::IR::OffsetofExpr
- Defined in:
- lib/milk_tea/core/ir.rb
Instance Attribute Summary collapse
-
#field ⇒ Object
readonly
Returns the value of attribute field.
-
#target_type ⇒ Object
readonly
Returns the value of attribute target_type.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#field ⇒ Object (readonly)
Returns the value of attribute field
67 68 69 |
# File 'lib/milk_tea/core/ir.rb', line 67 def field @field end |
#target_type ⇒ Object (readonly)
Returns the value of attribute target_type
67 68 69 |
# File 'lib/milk_tea/core/ir.rb', line 67 def target_type @target_type end |
#type ⇒ Object (readonly)
Returns the value of attribute type
67 68 69 |
# File 'lib/milk_tea/core/ir.rb', line 67 def type @type end |