interface ParseRequiredInput<T> {
    context: FlowrAnalyzerContext;
    parser: Parser<T>;
}

Type Parameters

  • T

Properties

Properties

The context from which to derive the requests from, please either relay on the FlowrAnalyzer or construct one with contextFromInput

parser: Parser<T>

This is the RShell, RShellExecutor or TreeSitterExecutor connection to be used to obtain the original parses AST of the R code