Inheritance: EventDispatcher → Node →
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 member type is inferred from the array-like node.
builder
The current node builder.
name
The member name.
Overrides: Node#getMemberType
Returns: The member type.
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.