C# 클래스 Antlr4.StringTemplate.Compiler.TemplateLexer.TemplateToken

상속: Antlr.Runtime.CommonToken
파일 보기 프로젝트 열기: antlr/antlrcs

공개 메소드들

메소드 설명
TemplateToken ( ICharStream input, int type, int start, int stop ) : System.Collections.Generic
TemplateToken ( int type, string text ) : System.Collections.Generic
ToString ( ) : string

메소드 상세

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

TemplateToken() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string