次の方法で共有


TokenizerBackedParser<TTokenizer,TSymbol,TSymbolType>.AtIdentifier メソッド

定義

この型/メンバーは、.NET Framework インフラストラクチャをサポートしており、コードから直接使用することを意図したものではありません。トークンが指定した識別子にあるかどうかを判断します。

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

パラメーター

allowKeywords
Boolean

キーワードを許可する場合は true。それ以外の場合は false。

戻り値

トークンが指定した識別子にある場合は true。それ以外の場合は false。

適用対象