Variable STATIC_DATAFLOWConst
STATIC_DATAFLOW: { dependencies: readonly ["normalize"]; description: "Construct the dataflow graph"; executed: OncePerFile; humanReadableName: "dataflow"; name: "dataflow"; printer: { "0": <Input>(input: Input) => Input; "2": (df: DataflowInformation) => string; "3": ( this: void, graph: | DataflowInformation | DataflowGraph<DataflowGraphVertexInfo, DfEdge>, includeEnvironments?: boolean, mark?: ReadonlySet<NodeId>, simplified?: boolean, ) => string; "4": ( this: void, graph: | DataflowInformation | DataflowGraph<DataflowGraphVertexInfo, DfEdge>, includeEnvironments?: boolean, mark?: ReadonlySet<NodeId>, simplified?: boolean, ) => string; "5": ( df: DataflowInformation, config: QuadSerializationConfiguration, ) => string; }; processor: ( results: { normalize?: NormalizedAst< ParentInformation, RProject<ParentInformation>, >; }, input: { context?: FlowrAnalyzerContext; parser?: Parser<KnownParserType>; }, ) => DataflowInformation & { cfgQuick: undefined | ControlFlowInformation<CfgVertex>; }; requiredInput: {};} = ... Type declaration
Readonlydependencies: readonly ["normalize"]
Readonlydescription: "Construct the dataflow graph"
ReadonlyhumanReadableName: "dataflow"
Readonlyname: "dataflow"
ReadonlyrequiredInput: {}