public static final class Diagnostic.Builder extends Object
Diagnostic is immutable.| Modifier and Type | Method and Description |
|---|---|
Diagnostic.Builder |
addRelatedLocation(RelatedLocation value) |
Diagnostic.Builder |
anchor(TParseTreeNode value) |
Diagnostic |
build() |
Diagnostic.Builder |
span(SourceSpan value) |
Diagnostic.Builder |
vendorError(VendorError value) |
public Diagnostic.Builder span(SourceSpan value)
public Diagnostic.Builder anchor(TParseTreeNode value)
public Diagnostic.Builder addRelatedLocation(RelatedLocation value)
public Diagnostic.Builder vendorError(VendorError value)
public Diagnostic build()