Uses of Enum Class
de.grogra.xl.compiler.xl16u.XL16UParserDiagnosticContract.RecoveryAction
Packages that use XL16UParserDiagnosticContract.RecoveryAction
-
Uses of XL16UParserDiagnosticContract.RecoveryAction in de.grogra.xl.compiler.xl16u
Methods in de.grogra.xl.compiler.xl16u that return XL16UParserDiagnosticContract.RecoveryActionModifier and TypeMethodDescriptionXL16UParserDiagnosticContract.ParserDiagnostic.getRecoveryAction()Returns the enum constant of this class with the specified name.XL16UParserDiagnosticContract.RecoveryAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.grogra.xl.compiler.xl16u with parameters of type XL16UParserDiagnosticContract.RecoveryActionModifier and TypeMethodDescriptionXL16UParserDiagnosticContract.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) XL16UParserIntegrationSeam.syntaxError(String ruleId, String categoryId, String grammarRule, XL16UParserDiagnosticContract.ParserToken foundToken, List<String> expectedTokenNames, XL16UParserDiagnosticContract.RecoveryAction recoveryAction, String explanation, String hint) XL16UParserIntegrationSeam.syntaxError(String ruleId, String categoryId, String grammarRule, XL16UParserDiagnosticContract.ParserToken foundToken, List<String> expectedTokenNames, XL16UParserDiagnosticContract.RecoveryAction recoveryAction, String explanation, String hint, List<XL16UParserDiagnosticContract.RelatedSpan> relatedSpans) XL16UParserDiagnosticContract.unexpectedToken(String grammarRule, XL16UParserDiagnosticContract.ParserToken foundToken, List<String> expectedTokenNames, XL16UParserDiagnosticContract.RecoveryAction recoveryAction, String hint)