Objc.isVirtual

Returns true if the given function declaration is virtual.

Function declarations with Objective-C linkage and which are static or final are considered virtual.

class Objc
abstract const
bool
isVirtual

Parameters

fd FuncDeclaration

the function declaration to check if it's virtual

Return Value

Type: bool

true if the given function declaration is virtual

Suggestion Box / Bug Report