Uses of Class
de.grogra.xl.compiler.diagnostics.XLDiagnostic.SourceRange
Packages that use XLDiagnostic.SourceRange
-
Uses of XLDiagnostic.SourceRange in de.grogra.xl.compiler.diagnostics
Methods in de.grogra.xl.compiler.diagnostics that return XLDiagnostic.SourceRangeModifier and TypeMethodDescriptionXLDiagnostic.getPrimaryRange()XLDiagnostic.RelatedRange.getRange()static XLDiagnostic.SourceRangeXLDiagnostic.sourceRange(int start, int end) Constructors in de.grogra.xl.compiler.diagnostics with parameters of type XLDiagnostic.SourceRangeModifierConstructorDescriptionXLDiagnostic(XLDiagnosticSeverity severity, String ruleId, String diagnosticCode, String categoryId, String explanation, String hint, String normalizedDetails, XLDiagnostic.SourceRange primaryRange, List<XLDiagnostic.RelatedRange> relatedRanges, String provenance)