C# 클래스 Bike.Parser.TokenTypeHelper

파일 보기 프로젝트 열기: buunguyen/bike

공개 메소드들

메소드 설명
IsKeyword ( this tokenType ) : bool
KeywordFromString ( this str ) : TokenType

메소드 상세

IsKeyword() 공개 정적인 메소드

public static IsKeyword ( this tokenType ) : bool
tokenType this
리턴 bool

KeywordFromString() 공개 정적인 메소드

public static KeywordFromString ( this str ) : TokenType
str this
리턴 TokenType