interface n. 分界面,兩個(gè)獨(dú)立體系的相交處。 vt. (-fac ...
extract vt. 1.(用力)拔出,抽出。 2.分離出,提取,蒸餾出,榨出。 3.摘出(要點(diǎn)),引用。 4.推斷出。 5.【數(shù)學(xué)】開(方),求(根)。 6.【軍事】退(彈)。 extract a tooth 拔牙。 I could extract no information from him. 我從他那里一點(diǎn)兒消息也打聽不出來。 extract the root 開方,求根。 n. 1.抽出物;提出物,蒸餾品,精華,汁;【藥學(xué)】浸膏。 2.拔萃;摘錄,摘記,抄。 extract of beef =beef extract 牛肉汁。 extract of roses 玫瑰精。 make extracts 精選,摘要。 -able, -ible adj.
How to : refactor code with extract interface 如何:用“提取接口”重構(gòu)代碼
When the cursor is in this position , invoke the extract interface refactoring operation 當(dāng)光標(biāo)處于此位置時(shí),調(diào)用“提取接口”重構(gòu)操作。
When you invoke extract interface on an interface , the bases and interfaces list is not modified 而在接口中調(diào)用“提取接口”時(shí),將不修改基和接口列表。
Extract interface generates an interface in a new file and positions the cursor at the beginning of the new file “提取接口”在新文件中生成接口,并將光標(biāo)定位于新文件的開頭。
Available refactoring options include rename , extract method , extract interface , change signature , and encapsulate field 可用的重構(gòu)選項(xiàng)包括重命名、提取方法、提取接口、更改簽名和封裝字段。
When you invoke extract interface on a class or on a struct , the bases and interfaces list is modified to include the new interface name 在類或結(jié)構(gòu)中調(diào)用“提取接口”時(shí),將修改基和接口列表,以包括新接口名稱。
Extract interface is a refactoring operation that provides an easy way to create a new interface with members that originate from an existing class , struct , or interface “提取接口”是一項(xiàng)重構(gòu)操作,提供了一種使用來自現(xiàn)有類、結(jié)構(gòu)或接口的成員創(chuàng)建新接口的簡單方法。