C# Class Bike.Parser.TokenTypeHelper

ファイルを表示 Open project: buunguyen/bike

Public Methods

Method Description
IsKeyword ( this tokenType ) : bool
KeywordFromString ( this str ) : TokenType

Method Details

IsKeyword() public static method

public static IsKeyword ( this tokenType ) : bool
tokenType this
return bool

KeywordFromString() public static method

public static KeywordFromString ( this str ) : TokenType
str this
return TokenType