func expressionValue (with: Any?, context: NSMutableDictionary?) -> Any?
Evaluates an expression using a specified object and context.
ある式をある指定されたオブジェクトと文脈を使って評価します。
func allowEvaluation ()
Forces a securely decoded expression to allow evaluation.
ある安全にデコードされた式に、評価を許可するように強制します。
var `true`: NSExpression
An expression to evalutate if a conditional expression’s predicate evaluates to true.
評価することになるある式、もし条件式のもつ述部がtrueに評価するならば。