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

    Contains all information populated and present during parsing and normalization of the R AST.

    interface NormalizerData {
        currentLexeme: string | undefined;
        currentRange: SourceRange | undefined;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

    Hierarchy-Diagram

    UML class diagram of NormalizerData
    Index

    Properties

    currentLexeme: string | undefined

    The currently active lexeme during parsing, i.e., the full lexeme of the current element.

    currentRange: SourceRange | undefined

    The currently active source range during parsing, i.e., the full range of the current element.