C# Class IronLua.Util.CharExtensions

Afficher le fichier Open project: ericmj/IronLua

Méthodes publiques

Méthode Description
IsDecimal ( this c ) : bool
IsHex ( this c ) : bool
IsIdentifier ( this c ) : bool
IsIdentifierStart ( this c ) : bool
IsPunctuation ( this c ) : bool

Method Details

IsDecimal() public static méthode

public static IsDecimal ( this c ) : bool
c this
Résultat bool

IsHex() public static méthode

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

IsIdentifier() public static méthode

public static IsIdentifier ( this c ) : bool
c this
Résultat bool

IsIdentifierStart() public static méthode

public static IsIdentifierStart ( this c ) : bool
c this
Résultat bool

IsPunctuation() public static méthode

public static IsPunctuation ( this c ) : bool
c this
Résultat bool