class
DiagnosticsStatic methods
Methods
- def add(self, code: DiagCode, location: SourceLocation) -> Diagnostic
- def add(self, code: DiagCode, range: SourceRange) -> Diagnostic
- def sort(self, sourceManager: SourceManager) -> None
Special methods
- def __getitem__(self, arg0: int, /) -> Diagnostic
- def __init__(self, /) -> None
- def __iter__(self, /) -> typing.Iterator[Diagnostic]
- def __len__(self, /) -> int