Name

NSPositionalSpecifier — Mac OS X 10.0

Synopsis

This class represents the scripting language reference form used to specify an insertion point in a collection of objects in relation to another object in the container.

image with no caption

@interface NSPositionalSpecifier : NSObject
                                  // Initializers
   - (id)initWithPosition:(NSInsertionPosition)position 
                                 objectSpecifier:(NSScriptObjectSpecifier *)specifier;
                                  // Accessor Methods
   - (void)setInsertionClassDescription:(NSScriptClassDescription *)classDescription;
                                  // Instance Methods
   - (id)insertionContainer;
   - (void)evaluate;
   - (int)insertionIndex;
   - (NSString *)insertionKey;
   - (BOOL)insertionReplaces;

Get Cocoa in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.