Antlr4.Runtime.CommonTokenFactory.ITokenFactory C# (CSharp) 메소드

ITokenFactory() 개인적인 메소드

private ITokenFactory ( int type, string text ) : IToken
type int
text string
리턴 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