Antlr4.Runtime.DefaultErrorStrategy.EndErrorCondition C# (CSharp) Méthode

EndErrorCondition() protected méthode

This method is called to leave error recovery mode after recovering from a recognition exception.
This method is called to leave error recovery mode after recovering from a recognition exception.
protected EndErrorCondition ( Parser recognizer ) : void
recognizer Parser
Résultat void
        protected internal virtual void EndErrorCondition(Parser recognizer)
        {
            errorRecoveryMode = false;
            lastErrorStates = null;
            lastErrorIndex = -1;
        }