C# Class Antlr4.StringTemplate.Compiler.TemplateLexer.TemplateToken

Inheritance: Antlr.Runtime.CommonToken
Show file Open project: antlr/antlrcs

Public Methods

Method Description
TemplateToken ( ICharStream input, int type, int start, int stop ) : System.Collections.Generic
TemplateToken ( int type, string text ) : System.Collections.Generic
ToString ( ) : string

Method Details

TemplateToken() public method

public TemplateToken ( ICharStream input, int type, int start, int stop ) : System.Collections.Generic
input ICharStream
type int
start int
stop int
return System.Collections.Generic

TemplateToken() public method

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

ToString() public method

public ToString ( ) : string
return string