All Manuals > LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual > 2 Objective-C Reference

sel FLI Type Descriptor

Summary

A foreign type for Objective-C method selectors.

Package

objc

Syntax

sel

Description

The FLI type sel is an opaque type used to represent method selectors. This is like the SEL type in Objective-C.

A selector can be obtained from a string by calling the function coerce-to-selector.

See also

coerce-to-selector
define-objc-method


LispWorks Objective-C and Cocoa Interface User Guide and Reference Manual - 01 Dec 2021 19:38:32