+ expressionForConstantValue:
Creates an expression that represents a specified constant value.
ある式を作成します、それはある指定された定数値を表します。
+ expressionForEvaluatedObject
Creates an expression that represents the object you’re evaluating.
ある式を作成します、それはあなたが評価しているオブジェクトを表します。
+ expressionForKeyPath:
Creates an expression that invokes the value function with a specified key path.
ある式を作成します、それは値関数をある指定されたキーパスで発動します。
+ expressionForVariable:
Creates an expression that extracts a value from the variable bindings dictionary for a specified key.
ある式を作成します、それはある値を変数バインディングの辞書からある指定されたキーに対して抜き出します。