NSConstantValueExpressionType
An expression that always returns the same value.
常に同じ値を返す式。
NSEvaluatedObjectExpressionType
An expression that always returns the parameter object itself.
常にパラメータオブジェクトそれ自体を返す式。
NSVariableExpressionType
An expression that always returns whatever value is associated with the key specified by ‘variable’ in the bindings dictionary.
常に束縛辞書の中の ‘variable’ によって指定されたキーと結びつけられるどのような値でも返す式。
NSKeyPathExpressionType
An expression that returns something that can be used as a key path.
キーパスとして使われることができる何かを返す式。
NSFunctionExpressionType
An expression that returns the result of evaluating a function.
ある関数を評価する結果を返す式。
NSUnionSetExpressionType
An expression that creates a union of the results of two nested expressions.
2つの入れ子にされた式の結果の和集合を作成する式。
NSIntersectSetExpressionType
An expression that creates an intersection of the results of two nested expressions.
2つの入れ子にされた式の結果の共通集合を作成する式。
NSMinusSetExpressionType
An expression that combines two nested expression results by set subtraction.
2つの入れ子にされた式の結果を集合減算によって結合する式。
NSSubqueryExpressionType
An expression that filters a collection using a subpredicate.
あるコレクションを下位述部を使ってフィルタする式。
NSAggregateExpressionType
An expression that defines an aggregate of
NSExpression
objects.
NSExpression
オブジェクトの集計を定義する式。
NSAnyKeyExpressionType
An expression that represents any key.
何らかのキーを表す式。
NSBlockExpressionType
An expression that uses a Block.
Blockを使う式。