init(containerClassDescription : NSScriptClassDescription, containerSpecifier : NSScriptObjectSpecifier?, key: String, start: NSScriptObjectSpecifier?, end: NSScriptObjectSpecifier?)
Overview 概要
An NSRange
object specifies a range (that is, an uninterrupted series) of objects in a container through two delimiting objects. The range is represented by two object specifiers, a start specifier and an end specifier, which can be of any specifier type (such as NSIndex
or NSWhose
object). These specifiers are evaluated in the context of the same container object as the range specifier itself.
NSRange
オブジェクトは、オブジェクトの範囲(すなわち、途切れのない連続)をあるコンテナにおいて2つの境界を指定するオブジェクトを通して指定します。範囲は、開始指定子と終了指定子、2つのオブジェクト指定子によって表されます、それは何らかの指定子型のものであることができます(例えばNSIndex
またはNSWhose
オブジェクト)。それらの指定子は、同じコンテナオブジェクトの文脈において、範囲指定子それ自身として評価されます。
You don’t normally subclass NSRange
.
あなたは通常NSRange
のサブクラスを作成しません。