Objc.isThis

Returns the this pointer of the given function declaration.

This is only used for class/static methods. For instance methods, no Objective-C specialization is necessary.

class Objc
abstract const
isThis

Parameters

funcDeclaration FuncDeclaration

the function declaration to get the this pointer for

Return Value

the this pointer of the given function declaration, or null if the given function declaration is not an Objective-C method.

Suggestion Box / Bug Report