| Interface | Description |
|---|---|
| IBoundIRBuilder |
Phase 1 Builder: Scope/Symbol/Object binding.
|
| IFlowPlanner |
Phase 3 Builder: Flow IR construction (CFG/DFG/CallGraph/Provenance).
|
| ILogicalIRBuilder |
Phase 2 Builder: Logical IR construction (SQL relational plan + PL/SQL procedural plan).
|
| Class | Description |
|---|---|
| FlowBundle |
Aggregation root for the Flow IR phase output.
|
| IRTranslator |
Orchestrates the three-phase IR translation pipeline.
|
| LogicalProgram |
Aggregation root for the Logical IR phase output.
|