Instance Property インスタンスプロパティ

operand

The operand for the expression. 式に対する演算数。

Declaration 宣言

@NSCopying var operand: NSExpression { get }

Discussion 議論

The operand for an expression is the object on which the expression’s selector or block will be invoked. The object is the result of evaluating a key path or one of the defined functions. Accessing this property raises an exception if it is not applicable to the expression. ある式に対する演算数は、それの上でその式の持つセレクタまたはブロックが発動されるところのオブジェクトです。そのオブジェクトは、あるキーパスまたは定義済み関数の1つを評価することの結果です。このプロパティにアクセスすることは、それがこの式に適用可能でないならば、例外を引き起こします。

See Also 参照

Getting Information About an Expression 式についての情報を取得する