Class PipelineInfoExtractor
java.lang.Object
org.ek9lang.mcp.oracle.extractors.PipelineInfoExtractor
Extracts stream pipeline decomposition showing the type at each stage.
Walks the parse tree to find stream statements/expressions spanning a given line,
then reads the consumesSymbolType and producesSymbolType from each StreamCallSymbol.
Works after Phase 5 (PRE_IR_CHECKS) — no IR required.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionextract(LocationContext context, int targetLine) Extract pipeline decomposition from the resolved location context.
-
Constructor Details
-
PipelineInfoExtractor
public PipelineInfoExtractor()
-
-
Method Details
-
extract
Extract pipeline decomposition from the resolved location context.
-