Indicates, that the respective Base node has known source code location information.

interface Location {
    location: SourceRange;
}

Hierarchy (view full)

Hierarchy-Diagram

UML class diagram of Location

Properties

Properties

location: SourceRange

The location may differ from what is stated in Source#fullRange as it represents the location identified by the R parser.

Source#fullRange