File: ArrayElementNode.md | Updated: 11/15/2025
Base class for representing element access on an array-like node data structures.
Constructs an array element node.
node | The array-like node.
---|---
indexNode | The index node that defines the element access.
The index node that defines the element access.
This flag can be used for type testing.
Default is true.
The array-like node.
This method is overwritten since the node type is inferred from the array-like node.
builder | The current node builder.
---|---
Overrides: Node#getNodeType
Returns: The node type.