public interface ILogicalIRBuilder
Input: BoundProgram (from Phase 1)
Output: LogicalProgram (relational IR trees)
Join-analysis slice 174 (S13) retyped this interface from the empty
ir.builder.LogicalProgram placeholder (now removed) to the real
ir.logical.LogicalProgram, resolving the two-class naming
conflict.
| 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