Name

wantDestructor —

Synopsis

boolean  wantDestructor

Description

To inquire if a class has a destructor method this property can be checked

Returns

true if the class has a destructor

Note

This property always returns true for user classes, because such classes always have a destructor (an internal one if the user has defined none), which frees memory resources allocated by Biferno to manage the class instance.

The value of this property for predefined classes depends on the implementation of the class itself.

Only read property