Type Method 型メソッド

expressionWithFormat:arguments:

Creates the expression with the specified expression format and arguments list. 式をこの指定された式フォーマットと引数リストで作成します。

Declaration 宣言

+ (NSExpression *)expressionWithFormat:(NSString *)expressionFormat 
                             arguments:(va_list)argList;

Parameters パラメータ

expressionFormat

The expression format. 式書式設定。

argList

A list of arguments to be inserted into the expressionFormat string. The argument list is terminated by nil. expressionFormat文字列へと挿入されることになる引数のリスト。引数リストは、nilによって終結されます。

Return Value 戻り値

An initialized NSExpression object with the specified arguments. 指定された引数で初期化されたNSExpressionオブジェクト。

See Also 参照

Creating an Expression 式を作成する