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