C# Class Tup.Cobar4Net.Parser.Util.CharTypes

Afficher le fichier Open project: tupunco/Tup.Cobar4Net

Méthodes publiques

Méthode Description
IsDigit ( char c ) : bool
IsHex ( char c ) : bool
IsIdentifierChar ( char c ) : bool
IsWhitespace ( char c ) : bool

Private Methods

Méthode Description
CharTypes ( )

Method Details

IsDigit() public static méthode

public static IsDigit ( char c ) : bool
c char
Résultat bool

IsHex() public static méthode

public static IsHex ( char c ) : bool
c char
Résultat bool

IsIdentifierChar() public static méthode

public static IsIdentifierChar ( char c ) : bool
c char
Résultat bool

IsWhitespace() public static méthode

public static IsWhitespace ( char c ) : bool
c char
Résultat bool