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

    The information and context that a FeatureProcessor may operate in.

    interface FeatureProcessorInput {
        dataflow: DataflowInformation;
        filepath: string | undefined;
        normalizedRAst: NormalizedAst;
        parsedRAst: Document;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

    Hierarchy-Diagram

    UML class diagram of FeatureProcessorInput
    Index

    Properties

    The dataflow information for the given input

    filepath: string | undefined

    The filepath that the document originated from (if present, may be undefined if the input was provided as text). This can be relative to the common root directory of requests.

    normalizedRAst: NormalizedAst

    The R AST, after the normalization step

    parsedRAst: Document

    The XML Document representing the parsed (non-normalized) R AST