var endSubelementIdentifier : NSWhoseSpecifier.SubelementIdentifier
Sets the end sub-element identifier for the specifier to the value of a given sub-element.
指定子に対する末尾下位要素識別子を、ある与えられた下位要素の値に設定します。
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 test: NSScriptWhoseTest
Returns the test object encapsulated by the receiver.
レシーバによってカプセル化されるテストオブジェクトを返します。