Uses of Enum Class
de.grogra.xl.compiler.diagnostics.XLDiagnosticSeverity
Packages that use XLDiagnosticSeverity
-
Uses of XLDiagnosticSeverity in de.grogra.xl.compiler.diagnostics
Methods in de.grogra.xl.compiler.diagnostics that return XLDiagnosticSeverityModifier and TypeMethodDescriptionXLDiagnostic.getSeverity()static XLDiagnosticSeverityReturns the enum constant of this class with the specified name.static XLDiagnosticSeverity[]XLDiagnosticSeverity.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in de.grogra.xl.compiler.diagnostics with parameters of type XLDiagnosticSeverityModifierConstructorDescriptionXLDiagnostic(XLDiagnosticSeverity severity, String ruleId, String categoryId, String explanation, String hint, String normalizedDetails) XLDiagnostic(XLDiagnosticSeverity severity, String ruleId, String diagnosticCode, String categoryId, String explanation, String hint, String normalizedDetails, XLDiagnostic.SourceRange primaryRange, List<XLDiagnostic.RelatedRange> relatedRanges, String provenance) -
Uses of XLDiagnosticSeverity in de.grogra.xl.compiler.xl16u
Methods in de.grogra.xl.compiler.xl16u that return XLDiagnosticSeverityModifier and TypeMethodDescriptionXL16UDiagnosticsHandoff.DiagnosticRecord.getSeverity()XL16UParserDiagnosticContract.ParserDiagnostic.getSeverity()Methods in de.grogra.xl.compiler.xl16u with parameters of type XLDiagnosticSeverityModifier and TypeMethodDescriptionstatic XLDiagnosticXL16UDiagnosticFactory.newDiagnostic(XLDiagnosticSeverity severity, String ruleId, String categoryId, String explanation, String hint, String normalizedDetails) XL16UParserDiagnosticContract.syntaxError(XLDiagnosticSeverity severity, String ruleId, String categoryId, String grammarRule, XL16UParserDiagnosticContract.ParserToken foundToken, List<String> expectedTokenNames, XL16UParserDiagnosticContract.RecoveryAction recoveryAction, String explanation, String hint) XL16UParserDiagnosticContract.syntaxError(XLDiagnosticSeverity severity, String ruleId, String categoryId, String grammarRule, XL16UParserDiagnosticContract.ParserToken foundToken, List<String> expectedTokenNames, XL16UParserDiagnosticContract.RecoveryAction recoveryAction, String explanation, String hint, List<XL16UParserDiagnosticContract.RelatedSpan> relatedSpans)