@eagleoutice/flowr - v2.10.1
    Preparing search index...

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

    interface Location {
        location: SourceRange;
    }

    Hierarchy (View Summary)

    Hierarchy-Diagram

    UML class diagram of Location
    Index

    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