Package ast. expr
Types
Link copied to clipboard
class Index(val expression: Expression, val index: Expression) : Expression
Content copied to clipboard
Represents an indexed expression, such as accessing an element of a list or map.
Link copied to clipboard
Represents the accessing of a variable by its name, in order to use its value.