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

Mostrar archivo Open project: tupunco/Tup.Cobar4Net

Public Methods

Method Description
IsDigit ( char c ) : bool
IsHex ( char c ) : bool
IsIdentifierChar ( char c ) : bool
IsWhitespace ( char c ) : bool

Private Methods

Method Description
CharTypes ( )

Method Details

IsDigit() public static method

public static IsDigit ( char c ) : bool
c char
return bool

IsHex() public static method

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

IsIdentifierChar() public static method

public static IsIdentifierChar ( char c ) : bool
c char
return bool

IsWhitespace() public static method

public static IsWhitespace ( char c ) : bool
c char
return bool