C# Class IronLua.Util.CharExtensions

Mostra file Open project: ericmj/IronLua

Public Methods

Method 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 method

public static IsDecimal ( this c ) : bool
c this
return bool

IsHex() public static method

public static IsHex ( this c ) : bool
c this
return bool

IsIdentifier() public static method

public static IsIdentifier ( this c ) : bool
c this
return bool

IsIdentifierStart() public static method

public static IsIdentifierStart ( this c ) : bool
c this
return bool

IsPunctuation() public static method

public static IsPunctuation ( this c ) : bool
c this
return bool