Antlr4.Parse.v3TreeGrammarException.v3TreeGrammarException C# (CSharp) Method

v3TreeGrammarException() public method

public v3TreeGrammarException ( Antlr.Runtime.IToken location )
location Antlr.Runtime.IToken
        public v3TreeGrammarException(IToken location)
        {
            this.location = location;
        }
    }
v3TreeGrammarException