C# Класс Fanx.Serial.Token

Token defines the token type constants and provides associated utility methods.
Показать файл Открыть проект

Открытые методы

Метод Описание
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