Instance Method インスタンスメソッド

initWithExpressionType:

Creates the expression with the specified expression type. 式をこの指定された式型で作成します。

Declaration 宣言

- (instancetype)initWithExpressionType:(NSExpressionType)type;

Parameters パラメータ

type

The type of the new expression, as defined by NSExpressionType. 新しい式の型、NSExpressionTypeによって定義されるように。

Return Value 戻り値

An initialized NSExpression object of the type type. ある初期化されたNSExpressionオブジェクト、型typeのもの。

Discussion 議論

This method is the designated initializer for NSExpression. このメソッドは、NSExpressionに対する指定イニシャライザです。

See Also 参照

Creating an Expression 式を作成する

Related Documentation 関連文書