| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.semantic |
Semantic analysis results, diagnostics, and supporting implementation APIs.
|
| Modifier and Type | Method and Description |
|---|---|
static StatementGraph |
StatementGraph.unanalyzed(String name,
Diagnostic reason,
SourceSpan span)
Build the degrade placeholder for a nested block that could not be
analyzed.
|
StatementGraph |
StatementGraph.withJoinAnalysisFacts(JoinAnalysisFacts facts)
Return a copy of this statement with its
JoinAnalysisFacts
replaced. |
StatementGraph |
StatementGraph.withSourceSpan(SourceSpan newSourceSpan)
Return a copy of this statement with its block-level
sourceSpan replaced (slice 179, R5). |
| Modifier and Type | Method and Description |
|---|---|
List<StatementGraph> |
SemanticProgram.getStatements() |
| Constructor and Description |
|---|
SemanticProgram(List<StatementGraph> statements,
List<LineageEdge> lineage) |