TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.AtIdentifier Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Ce type/membre prend en charge l’infrastructure .NET Framework et n’est pas destiné à être utilisé directement à partir de votre code. Détermine si le jeton se trouve à l’identificateur spécifié.
protected bool AtIdentifier(bool allowKeywords);
member this.AtIdentifier : bool -> bool
Protected Function AtIdentifier (allowKeywords As Boolean) As Boolean
Paramètres
- allowKeywords
- Boolean
true pour autoriser les mots clés ; sinon, false.
Retours
true si le jeton se trouve à l’identificateur spécifié ; sinon, false.