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

ITokenFactory() private method

private ITokenFactory ( ICharStream>.Tuple source, int type, string text, int channel, int start, int stop, int line, int charPositionInLine ) : IToken
source ICharStream>.Tuple
type int
text string
channel int
start int
stop int
line int
charPositionInLine int
return IToken
        IToken ITokenFactory.Create(Tuple<ITokenSource, ICharStream> source, int type, string text, int channel, int start, int stop, int line, int charPositionInLine)
        {
            return Create(source, type, text, channel, start, stop, line, charPositionInLine);
        }

Same methods

CommonTokenFactory::ITokenFactory ( int type, string text ) : IToken