Class ArrayLookupExpr

Represents a lookup operation on an array (indexing). Example: arr[5]

Hierarchy (view full)

Constructors

Properties

Accessors

Methods

Constructors

Properties

array: Expression

The array being indexed.

index: Expression

The index which is being looked up.

tokens: {
    firstBracket: Token;
    secondBracket: Token;
}

Type declaration

Accessors

Methods

Generated using TypeDoc