var endSubelementIndex : Int
Sets the index position of the last sub-element within the range of objects being tested that pass the specifier’s test.
テストされているいくらかのオブジェクトの範囲内の、指定子の持つテストに合格する、最後の下位要素のインデックス位置を設定します。
var startSubelementIdentifier : NSWhoseSpecifier.SubelementIdentifier
Returns the start sub-element identifier for the receiver.
レシーバに対する開始下位要素識別子を返します。
var startSubelementIndex : Int
Returns the index position of the first sub-element within the range of objects being tested that pass the receiver's test.
テストされているオブジェクトそれらの範囲内で、レシーバの持つテストに合格する、最初の下位要素のインデックス位置を返します。
var test: NSScriptWhoseTest
Returns the test object encapsulated by the receiver.
レシーバによってカプセル化されるテストオブジェクトを返します。