Class: MilkTea::AST::IndexAccess
- Inherits:
-
Data
- Object
- Data
- MilkTea::AST::IndexAccess
- Defined in:
- lib/milk_tea/core/ast.rb
Instance Attribute Summary collapse
-
#index ⇒ Object
readonly
Returns the value of attribute index.
-
#receiver ⇒ Object
readonly
Returns the value of attribute receiver.
Instance Attribute Details
#index ⇒ Object (readonly)
Returns the value of attribute index
221 222 223 |
# File 'lib/milk_tea/core/ast.rb', line 221 def index @index end |
#receiver ⇒ Object (readonly)
Returns the value of attribute receiver
221 222 223 |
# File 'lib/milk_tea/core/ast.rb', line 221 def receiver @receiver end |