Antlr4.Runtime.Tree.Xpath.XPath._XPathLexer_93.Recover C# (CSharp) Method

Recover() public method

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