A single index of a container, which is not a container itself.

This can be e.g. a string, number or boolean index.

interface ContainerLeafIndex {
    lexeme: string;
    nodeId: NodeId;
}

Hierarchy (view full)

Hierarchy-Diagram

UML class diagram of ContainerLeafIndex

Properties

Properties

lexeme: string

Distinctive lexeme of index e.g. 'name' for list(name = 'John')

nodeId: NodeId

NodeId of index in graph.