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

Inheritance: Antlr.Runtime.CommonToken
Afficher le fichier Open project: antlr/antlrcs

Méthodes publiques

Méthode 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 méthode

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

TemplateToken() public méthode

public TemplateToken ( int type, string text ) : System.Collections.Generic
type int
text string
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string