C# Class LexicalAnalysis.Utils

Mostra file Open project: phisiart/C-Compiler

Public Methods

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

public static GetHexDigit ( Char ch ) : System.Int64
ch Char
return System.Int64

IsEscapeChar() public static method

public static IsEscapeChar ( Char ch ) : System.Boolean
ch Char
return System.Boolean

IsHexDigit() public static method

public static IsHexDigit ( Char ch ) : System.Boolean
ch Char
return System.Boolean

IsOctDigit() public static method

public static IsOctDigit ( Char ch ) : System.Boolean
ch Char
return System.Boolean

IsSpace() public static method

public static IsSpace ( Char ch ) : System.Boolean
ch Char
return System.Boolean