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