C# 클래스 Purity.Compiler.Keywords

파일 보기 프로젝트 열기: paf31/Purity

공개 프로퍼티들

프로퍼티 타입 설명
KeywordList string[]

공개 메소드들

메소드 설명
IsKeyword ( string s ) : bool
IsNotKeyword ( string s ) : bool

메소드 상세

IsKeyword() 공개 정적인 메소드

public static IsKeyword ( string s ) : bool
s string
리턴 bool

IsNotKeyword() 공개 정적인 메소드

public static IsNotKeyword ( string s ) : bool
s string
리턴 bool

프로퍼티 상세

KeywordList 공개적으로 정적으로 프로퍼티

public static string[] KeywordList
리턴 string[]