Handbook
Glossary
class_getClassMethod ( class selector -- Method )
Vocabulary
cocoa
.
runtime
Inputs
class
an
object
selector
an
object
Outputs
Method
an
object
Definition
USING:
alien.syntax
;
IN:
cocoa.runtime
FUNCTION:
Method
class_getClassMethod
(
Class
class,
SEL
selector )