Class: MilkTea::IR::Member
- Inherits:
-
Data
- Object
- Data
- MilkTea::IR::Member
- Defined in:
- lib/milk_tea/core/ir.rb
Instance Attribute Summary collapse
-
#member ⇒ Object
readonly
Returns the value of attribute member.
-
#receiver ⇒ Object
readonly
Returns the value of attribute receiver.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#member ⇒ Object (readonly)
Returns the value of attribute member
56 57 58 |
# File 'lib/milk_tea/core/ir.rb', line 56 def member @member end |
#receiver ⇒ Object (readonly)
Returns the value of attribute receiver
56 57 58 |
# File 'lib/milk_tea/core/ir.rb', line 56 def receiver @receiver end |
#type ⇒ Object (readonly)
Returns the value of attribute type
56 57 58 |
# File 'lib/milk_tea/core/ir.rb', line 56 def type @type end |