Method | Description | |
---|---|---|
TemplateToken ( ICharStream input, int type, int start, int stop ) : System.Collections.Generic | ||
TemplateToken ( int type, string text ) : System.Collections.Generic | ||
ToString ( ) : string |
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 |
public TemplateToken ( int type, string text ) : System.Collections.Generic | ||
type | int | |
text | string | |
return | System.Collections.Generic |