null adj. 1.無效力的,無束縛力的。 2.無效的,無用的,無益的;無價(jià)值的。 3.沒特征[個(gè)性]的,沒表情的。 4.〔罕用語〕不存在的,沒有的;零(位)的;空的。 n. 【數(shù)學(xué)】零,零位;空;【無線電】零訊號,微弱訊號。 a null indicator 零示器;零位指示器。 the null method 衡消法。 null and void 【律】無效;失效(This check is null and void. 本支票無效)。 vt. 使無效。
object n. 1. 物,物體,物件。 2.目標(biāo) (of; for); 目的,宗旨。 3.【哲學(xué)】對象,客體,客觀 (opp. subject); 【語法】賓語。 4.〔口語〕(可笑或可憐的)人[物]。 a small [strange] object 小[奇怪]東西。 the object of study 研究的對象。 the direct [indirect] object 直接[間接]受詞。 What an object you have made (of) yourself! 〔口語〕你這家伙把自己搞得真不像樣子! attain [achieve, gain, secure] one's object 達(dá)到目的。 fail [succeed] in one's object 沒有達(dá)到[達(dá)到]目的。 for that object 為了那個(gè)目的。 no object 〔廣告用語〕怎樣都好,不成問題;沒有困難(Distance is no object. (待聘者)上班距離(遠(yuǎn)、近)不成問題)。 propose an objectto oneself = set an object before one 立志,立下目標(biāo)。 with that object in view 懷著那個(gè)目的。 vi. 1.反對,抗議,表示異議 (against, to)。 2.抱反感,不服氣,有意見。 vt. 提出…作反對的理由 (that)。 If you don't object. 假使你不反對。 I object. 〔英下院〕我反對。 I object against him that he is a hypocrite. 我反對他,因?yàn)樗莻€(gè)偽君子。 object to 1. 反對(I object to your doing that. 我反對你做那件事)。 2.討厭(I object very much to a wet weather. 我非常討厭潮濕的天氣)。 adj. -less 沒有目的[宗旨]的,沒有物像的。
object to 反對,不贊成; 反對;抗議,抱反感; 反對;抗議;不支持; 聲稱; 提出異議; 贊成……的人則認(rèn)為
Is thrown when an attempt is made to invoke a non - static method on a null object 當(dāng)嘗試對空對象調(diào)用非靜態(tài)方法時(shí),將引發(fā)
The exception that is thrown when there is an attempt to dereference a null object reference 嘗試取消引用空對象引用時(shí)引發(fā)的異常。
This provides the flexibility in type system design to map null objects to their corresponding xml types 這就為類型系統(tǒng)設(shè)計(jì)提供了將空( null )對象映射為其對應(yīng)的xml類型的靈活性。
Transfers control if it represents an instance of an object for example , if it is not the null object reference ; see 的別名)將在它表示對象實(shí)例時(shí)轉(zhuǎn)移控制(例如,在它不是空對象引用時(shí);請參見
The conventional way to have a reference refer to no - object is to provide an explicit singleton representing by convention a null object which often serves as a default argument to a function parameter (讓引用引用空對象的常規(guī)方式是提供顯式的單一實(shí)例,按約定,該實(shí)例表示一個(gè)經(jīng)常充當(dāng)函數(shù)參數(shù)的默認(rèn)變量的空對象) 。
Because script code is late - bound , which means that calls against the object are not resolved until run - time , errors can include everything from referencing a null object to calling an undefined property or method 。因?yàn)槟_本代碼是后期綁定的(這意味著直到運(yùn)行時(shí)才會(huì)解析對象調(diào)用) ,所以可能包括一切錯(cuò)誤,從引用空對象到調(diào)用未定義的屬性或方法。