ClassDeclaration.findFunc

Find virtual function matching identifier and type. Used to build virtual function tables for interface implementations.

class ClassDeclaration
final
findFunc

Parameters

ident Identifier

function's identifier

tf TypeFunction

function's type

Return Value

function symbol if found, null if not Errors: prints error message if more than one match

Suggestion Box / Bug Report