| Package | Description |
|---|---|
| gudusoft.gsqlparser.analyzer.v2 | |
| gudusoft.gsqlparser.ir.builder |
| Modifier and Type | Method and Description |
|---|---|
IRProgram |
AnalysisResult.getIrProgram() |
| Modifier and Type | Method and Description |
|---|---|
static String |
AnalyzerJsonExporter.export(IRProgram program)
Exports the full IRProgram to JSON (no call graph).
|
static String |
AnalyzerJsonExporter.export(IRProgram program,
CallGraph callGraph)
Exports the full IRProgram and optional CallGraph to JSON.
|
static String |
AnalyzerJsonExporter.export(IRProgram program,
CallGraph callGraph,
AnalyzerV2Config config)
Exports the full IRProgram and optional CallGraph to JSON, with config control.
|
| Constructor and Description |
|---|
AnalysisResult(IRProgram irProgram) |
AnalysisResult(IRProgram irProgram,
CallGraph callGraph) |
| Modifier and Type | Method and Description |
|---|---|
IRProgram |
IRTranslator.translate(TStatementList stmts)
Translates AST statements through all available IR phases.
|