Nominal Accessor ComponentΒΆ

The nominal accessor component is the part of an accessor that is used to select a member in a value.

The nominal accessor component is represented by one ore more non- special characters, and must be placed after a structural value. For instance, the following snippet:

{
    id = 'value'
}
.id

represents the nominal access of id in a structural value.