class func expressionForEvaluatedObject () -> NSExpression
Creates an expression that represents the object you’re evaluating.
ある式を作成します、それはあなたが評価しているオブジェクトを表します。
init(forKeyPath : String)
Creates an expression that invokes the value function with a specified key path.
ある式を作成します、それは値関数をある指定されたキーパスで発動します。
init(forVariable : String)
Creates an expression that extracts a value from the variable bindings dictionary for a specified key.
ある式を作成します、それはある値を変数バインディングの辞書からある指定されたキーに対して抜き出します。
init<Root, Value>(forKeyPath : KeyPath<Root, Value>)
Creates an expression using a key path you specify.
class func expressionForAnyKey () -> NSExpression
Creates an expression that represents any key for a Spotlight query.
ある式を作成します、それはあるSpotlight問い合わせに対する何らかのキーを表します。