Partilhar via


TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.AtIdentifier Método

Definição

Esse tipo/membro dá suporte à infraestrutura de .NET Framework e não se destina a ser usado diretamente do seu código. Determina se o token está no identificador especificado.

protected bool AtIdentifier (bool allowKeywords);
member this.AtIdentifier : bool -> bool
Protected Function AtIdentifier (allowKeywords As Boolean) As Boolean

Parâmetros

allowKeywords
Boolean

true para permitir palavras-chave; caso contrário, false.

Retornos

true se o token estiver no identificador especificado; caso contrário, false.

Aplica-se a