init(notTestWith : NSScriptWhoseTest)
Returns an
NSLogicalTest
object initialized to perform a NOT
operation on the given NSScriptWhoseTest
object.
あるNSLogicalTest
オブジェクトを返します、NOT
演算をこの与えられたNSScriptWhoseTest
オブジェクト上で実行するよう初期化されます。
init(orTestWith : [NSSpecifierTest])
Returns an
NSLogicalTest
object initialized to perform an OR
operation with the NSSpecifierTest
objects in a given array.
あるNSLogicalTest
オブジェクトを返します、OR
演算をある与えられた配列の中のNSSpecifierTest
オブジェクトそれらで実行するよう初期化されます。