FuncDeclaration.isNested

Determine if function needs a static frame pointer.

class FuncDeclaration
const
bool
isNested
()

Return Value

Type: bool

true if function is really nested within other function. Contracts: If isNested() returns true, isThis() should return false, unless the function needs a dual-context pointer.

Suggestion Box / Bug Report