Objc.addToClassMethodList

Adds the given function to the list of Objective-C methods.

This list will later be used output the necessary Objective-C module info.

class Objc
abstract const
void
addToClassMethodList

Parameters

fd FuncDeclaration

the function declaration to be added to the list

cd ClassDeclaration

the class declaration the function belongs to

Suggestion Box / Bug Report