Antlr4.Runtime.Tree.Xpath.XPath._XPathLexer_93.Recover C# (CSharp) Méthode

Recover() public méthode

public Recover ( LexerNoViableAltException e ) : void
e Antlr4.Runtime.LexerNoViableAltException
Résultat void
            public override void Recover(LexerNoViableAltException e)
            {
                throw e;
            }
        }
XPath._XPathLexer_93