FuncDeclaration.isThis

Determine if function is a non-static member function that has an implicit 'this' expression.

class FuncDeclaration
override inout
isThis
()

Return Value

The aggregate it is a member of, or null. Contracts: Both isThis() and isNested() should return true if function needs a dual-context pointer, otherwise if isThis() returns true, isNested() should return false.

Suggestion Box / Bug Report