public interface IFlowPlanner
Input: LogicalProgram (from Phase 2) Output: FlowBundle (all flow analysis graphs)
Phase C implementation. This interface is defined in Phase A for architecture completeness.
| Modifier and Type | Method and Description |
|---|---|
FlowBundle |
build(LogicalProgram logical,
AnalyzerV2Config config)
Builds the Flow IR from the logical program.
|
FlowBundle build(LogicalProgram logical, AnalyzerV2Config config)
logical - logical program from Phase 2config - analyzer configuration