Antlr4.Runtime.Tree.Xpath.XPathTokenElement.XPathTokenElement C# (CSharp) Method

XPathTokenElement() public method

public XPathTokenElement ( string tokenName, int tokenType ) : System.Collections.Generic
tokenName string
tokenType int
return System.Collections.Generic
        public XPathTokenElement(string tokenName, int tokenType)
            : base(tokenName)
        {
            this.tokenType = tokenType;
        }