Type Method 型メソッド

expressionForVariable:

Creates an expression that extracts a value from the variable bindings dictionary for a specified key. ある式を作成します、それはある値を変数バインディングの辞書からある指定されたキーに対して抜き出します。

Declaration 宣言

+ (NSExpression *)expressionForVariable:(NSString *)string;

Parameters パラメータ

string

The key for the variable to extract from the variable bindings dictionary. 変数束縛辞書から抜き出すことになる変数に対するキー。

Return Value 戻り値

A new expression that extracts from the variable bindings dictionary the value for the key string. ある新しい式、それは変数束縛辞書からキーstringに対する値を抜き出すものです。

See Also 参照

Creating an Expression for a Value 式をある値に対して作成する