C# Class LexicalAnalysis.Utils

Afficher le fichier Open project: phisiart/C-Compiler

Méthodes publiques

Méthode Description
GetHexDigit ( Char ch ) : System.Int64
IsEscapeChar ( Char ch ) : System.Boolean
IsHexDigit ( Char ch ) : System.Boolean
IsOctDigit ( Char ch ) : System.Boolean
IsSpace ( Char ch ) : System.Boolean

Method Details

GetHexDigit() public static méthode

public static GetHexDigit ( Char ch ) : System.Int64
ch Char
Résultat System.Int64

IsEscapeChar() public static méthode

public static IsEscapeChar ( Char ch ) : System.Boolean
ch Char
Résultat System.Boolean

IsHexDigit() public static méthode

public static IsHexDigit ( Char ch ) : System.Boolean
ch Char
Résultat System.Boolean

IsOctDigit() public static méthode

public static IsOctDigit ( Char ch ) : System.Boolean
ch Char
Résultat System.Boolean

IsSpace() public static méthode

public static IsSpace ( Char ch ) : System.Boolean
ch Char
Résultat System.Boolean