public interface ILogicalIRBuilder
Input: BoundProgram (from Phase 1) Output: LogicalProgram (relational + procedural IR trees)
Phase B/C implementation. This interface is defined in Phase A for architecture completeness.
| Modifier and Type | Method and Description |
|---|---|
LogicalProgram |
build(BoundProgram bound,
AnalyzerV2Config config)
Builds the Logical IR from the bound program.
|
LogicalProgram build(BoundProgram bound, AnalyzerV2Config config)
bound - bound program from Phase 1config - analyzer configuration