Antlr4.Runtime.CommonTokenFactory.ITokenFactory C# (CSharp) Method

ITokenFactory() private method

private ITokenFactory ( int type, string text ) : IToken
type int
text string
return IToken
        IToken ITokenFactory.Create(int type, string text)
        {
            return Create(type, text);
        }

Same methods

CommonTokenFactory::ITokenFactory ( ICharStream>.Tuple source, int type, string text, int channel, int start, int stop, int line, int charPositionInLine ) : IToken