C# 클래스 IronLua.Util.CharExtensions

파일 보기 프로젝트 열기: ericmj/IronLua

공개 메소드들

메소드 설명
IsDecimal ( this c ) : bool
IsHex ( this c ) : bool
IsIdentifier ( this c ) : bool
IsIdentifierStart ( this c ) : bool
IsPunctuation ( this c ) : bool

메소드 상세

IsDecimal() 공개 정적인 메소드

public static IsDecimal ( this c ) : bool
c this
리턴 bool

IsHex() 공개 정적인 메소드

public static IsHex ( this c ) : bool
c this
리턴 bool

IsIdentifier() 공개 정적인 메소드

public static IsIdentifier ( this c ) : bool
c this
리턴 bool

IsIdentifierStart() 공개 정적인 메소드

public static IsIdentifierStart ( this c ) : bool
c this
리턴 bool

IsPunctuation() 공개 정적인 메소드

public static IsPunctuation ( this c ) : bool
c this
리턴 bool