C# Class Bike.Parser.TokenTypeHelper

Afficher le fichier Open project: buunguyen/bike

Méthodes publiques

Méthode Description
IsKeyword ( this tokenType ) : bool
KeywordFromString ( this str ) : TokenType

Method Details

IsKeyword() public static méthode

public static IsKeyword ( this tokenType ) : bool
tokenType this
Résultat bool

KeywordFromString() public static méthode

public static KeywordFromString ( this str ) : TokenType
str this
Résultat TokenType