Uses of Class
de.grogra.xl.compiler.diagnostics.XLDiagnostic.RelatedRange
Packages that use XLDiagnostic.RelatedRange
-
Uses of XLDiagnostic.RelatedRange in de.grogra.xl.compiler.diagnostics
Methods in de.grogra.xl.compiler.diagnostics that return XLDiagnostic.RelatedRangeModifier and TypeMethodDescriptionstatic XLDiagnostic.RelatedRangeXLDiagnostic.relatedRange(String label, int start, int end) Methods in de.grogra.xl.compiler.diagnostics that return types with arguments of type XLDiagnostic.RelatedRangeConstructor parameters in de.grogra.xl.compiler.diagnostics with type arguments of type XLDiagnostic.RelatedRangeModifierConstructorDescriptionXLDiagnostic(XLDiagnosticSeverity severity, String ruleId, String diagnosticCode, String categoryId, String explanation, String hint, String normalizedDetails, XLDiagnostic.SourceRange primaryRange, List<XLDiagnostic.RelatedRange> relatedRanges, String provenance)