Antlr4.StringTemplate.Compiler.TemplateLexer.TemplateToken.TemplateToken C# (CSharp) Метод

TemplateToken() публичный Метод

public TemplateToken ( ICharStream input, int type, int start, int stop ) : System.Collections.Generic
input ICharStream
type int
start int
stop int
Результат System.Collections.Generic
            public TemplateToken(ICharStream input, int type, int start, int stop)
                : base(input, type, TokenChannels.Default, start, stop)
            {
            }

Same methods

TemplateLexer.TemplateToken::TemplateToken ( int type, string text ) : System.Collections.Generic
TemplateLexer.TemplateToken