| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.semantic |
Semantic analysis results, diagnostics, and supporting implementation APIs.
|
| Modifier and Type | Method and Description |
|---|---|
static DiagnosticCategory |
DiagnosticDescriptorCatalog.categoryOf(DiagnosticCode code)
Return the compiler-layer ownership category for
code. |
DiagnosticCategory |
Diagnostic.getCategory() |
static DiagnosticCategory |
DiagnosticCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiagnosticCategory[] |
DiagnosticCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|