C# 클래스 Fanx.Serial.Token

Token defines the token type constants and provides associated utility methods.
파일 보기 프로젝트 열기: xored/f4

공개 메소드들

메소드 설명
isLiteral ( int type ) : bool
keyword ( int type ) : string
toString ( int type ) : string

메소드 상세

isLiteral() 공개 정적인 메소드

public static isLiteral ( int type ) : bool
type int
리턴 bool

keyword() 공개 정적인 메소드

public static keyword ( int type ) : string
type int
리턴 string

toString() 공개 정적인 메소드

public static toString ( int type ) : string
type int
리턴 string