C# Class Fanx.Serial.Token

Token defines the token type constants and provides associated utility methods.
Afficher le fichier Open project: xored/f4

Méthodes publiques

Méthode Description
isLiteral ( int type ) : bool
keyword ( int type ) : string
toString ( int type ) : string

Method Details

isLiteral() public static méthode

public static isLiteral ( int type ) : bool
type int
Résultat bool

keyword() public static méthode

public static keyword ( int type ) : string
type int
Résultat string

toString() public static méthode

public static toString ( int type ) : string
type int
Résultat string