objc-meta-class ( string -- class )


Vocabulary
cocoa.messages

Inputs
stringa string


Outputs
classan alien


Word description
Outputs the meta class of the Objective C class named by string.

Errors
Throws an error if there is no meta class named by string.

Definition