Class: MilkTea::IR::CheckedIndex
- Inherits:
-
Data
- Object
- Data
- MilkTea::IR::CheckedIndex
- 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.
-
#receiver_type ⇒ Object
readonly
Returns the value of attribute receiver_type.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#index ⇒ Object (readonly)
Returns the value of attribute index
56 57 58 |
# File 'lib/milk_tea/core/ir.rb', line 56 def index @index 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 |
#receiver_type ⇒ Object (readonly)
Returns the value of attribute receiver_type
56 57 58 |
# File 'lib/milk_tea/core/ir.rb', line 56 def receiver_type @receiver_type 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 |