FuncDeclaration.isNested

Determine if function needs a static frame pointer.

class FuncDeclaration
bool
isNested
(
)

Return Value

Type: bool

true if function is really nested within other function. Contracts: If isNested() returns true, isThis() should return false.

Meta