| Package | Description |
|---|---|
| gudusoft.gsqlparser.analyzer.v2 | |
| gudusoft.gsqlparser.analyzer.v2.callgraph | |
| gudusoft.gsqlparser.ir.builder | |
| gudusoft.gsqlparser.ir.builder.oracle |
| Modifier and Type | Method and Description |
|---|---|
BoundProgram |
IRProgram.getBoundProgram() |
| Constructor and Description |
|---|
IRProgram(BoundProgram boundProgram) |
| Modifier and Type | Method and Description |
|---|---|
static CallGraph |
CallGraph.buildFrom(BoundProgram program)
Builds a CallGraph from a BoundProgram.
|
| Modifier and Type | Method and Description |
|---|---|
BoundProgram |
IBoundIRBuilder.build(TStatementList stmts,
AnalyzerV2Config config)
Builds the Bound IR from the given AST statements.
|
| Modifier and Type | Method and Description |
|---|---|
LogicalProgram |
ILogicalIRBuilder.build(BoundProgram bound,
AnalyzerV2Config config)
Builds the Logical IR from the bound program.
|
| Modifier and Type | Method and Description |
|---|---|
BoundProgram |
OracleBoundIRBuilder.build(TStatementList stmts,
AnalyzerV2Config config) |