InstanceCollectorTester (interface)¶
The InstanceCollectorTester interface defines a single virtual function that can be overridden in specialized implementations of the InstanceCollector
注釈
when the ‘virtual’ keyword is introduced into KL, we can eliminate this interface and simply decorate the InstanceCollector.isCollectable method with the virtual keyword.
Functions¶
Boolean | isCollectable ! ( in InlineInstance instance ) |