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