C# 클래스 LexicalAnalysis.Utils

파일 보기 프로젝트 열기: phisiart/C-Compiler

공개 메소드들

메소드 설명
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

메소드 상세

GetHexDigit() 공개 정적인 메소드

public static GetHexDigit ( Char ch ) : System.Int64
ch Char
리턴 System.Int64

IsEscapeChar() 공개 정적인 메소드

public static IsEscapeChar ( Char ch ) : System.Boolean
ch Char
리턴 System.Boolean

IsHexDigit() 공개 정적인 메소드

public static IsHexDigit ( Char ch ) : System.Boolean
ch Char
리턴 System.Boolean

IsOctDigit() 공개 정적인 메소드

public static IsOctDigit ( Char ch ) : System.Boolean
ch Char
리턴 System.Boolean

IsSpace() 공개 정적인 메소드

public static IsSpace ( Char ch ) : System.Boolean
ch Char
리턴 System.Boolean