释义 |
de·struc·tor 英dɪˈstrʌktə美dɪˈstrʌktɚAHDdĭ-strŭkʹtər 高COCA¹¹⁷¹⁴⁶BNC¹⁷³⁹⁹⁵⁺²iWeb³⁵¹³⁵ 基本例句 n.破坏者⁶⁴;垃圾焚毁炉³⁶复数destructors A return type should not be set for a UML operation representing either a constructor or a destructor. 不应该为表示构造方法或析构方法的 UML操作设置返回类型。 ibm The main factors, which affect the combustion stability of destructor is analyzed. 分析了影响垃圾焚烧炉燃烧稳定性的几个重要因素。 cnki A destructor is not limited only to relinquishing resources. 另外析构函数也不仅仅是用来释放资源。 blogjava Destructors cannot have parameters, they cannot have accessibility modifiers, and they cannot be invoked explicitly. The destructor for an instance is invoked automatically during garbage collection. 析构函数不能有参数,不能有访问级别修饰符,不能被显式调用。实例的析构函数在垃圾收集时自动调用。 cnblogs Local handles are held on a stack and are deleted when the appropriate destructor is called. 本地句柄。 本地句柄在栈上,并且当指定的析构函数被调用时删除。 blog.sina.com.cn This is mostly a problem with objects that implement a destructor to free non- memory resources. 对于实现了析构函数释放非内存资源的对象来说,这是最常见的问题。 infoq This destructor would have to be called specifically before unsetting the parent class reference. 这种解构器必须在解除父类引用之前进行调用。 ibm |