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
54 55 56 |
# File 'lib/milk_tea/core/ir.rb', line 54 def member @member end |
#receiver ⇒ Object (readonly)
Returns the value of attribute receiver
54 55 56 |
# File 'lib/milk_tea/core/ir.rb', line 54 def receiver @receiver end |
#type ⇒ Object (readonly)
Returns the value of attribute type
54 55 56 |
# File 'lib/milk_tea/core/ir.rb', line 54 def type @type end |