| Package | Description |
|---|---|
| gudusoft.gsqlparser.ir.semantic |
Semantic analysis results, diagnostics, and supporting implementation APIs.
|
| Modifier and Type | Method and Description |
|---|---|
static RelatedLocation |
RelatedLocation.of(String role,
String message,
SourceSpan span) |
| Modifier and Type | Method and Description |
|---|---|
List<RelatedLocation> |
Diagnostic.getRelatedLocations() |
| Modifier and Type | Method and Description |
|---|---|
Diagnostic.Builder |
Diagnostic.Builder.addRelatedLocation(RelatedLocation value) |
Diagnostic |
Diagnostic.withRelatedLocation(RelatedLocation location)
Return an immutable copy with one additional secondary location.
|