Jdt
美
英 
- 網(wǎng)絡(luò)設(shè)計工具(Java Development Tools);開發(fā)工具;開發(fā)環(huán)境
例句
This article will only cover what's necessary to understand the basics of our JDT extension.
本文將只討論理解JDT擴展的基礎(chǔ)所必需的知識。
The AspectJ compiler is an extension of the JDT compiler, and is therefore fully capable of compiling Java code.
AspectJ編譯器是JDT編譯器的擴展,所以完全能夠編譯Java代碼。
Eclipse ships with a world-class Java development environment, known as the JDT.
Eclipse附帶了一個世界級的Java開發(fā)環(huán)境,稱為JDT。
The source code is transformed into a private language model using a similar engine as the JDT for Eclipse.
通過使用類似EclipseJDT的引擎,將源代碼轉(zhuǎn)換為私有的語言模型。
Like the JDT, the CDT DOM uses a visitor pattern to interact with its parse tree.
類似于JDT,CDTDOM使用一個訪問者模板,以和它的剖析樹狀圖交流。
Fortunately, Eclipse comes with a standard set of plug-ins, including the well-known Java Development Tools (JDT).
幸運的是,Eclipse附帶了一個標準的插件集,包括為人熟知的Java開發(fā)工具(JavaDevelopmentTools,JDT)。
Fortunately, Eclipse comes with a standard set of plug-ins, including the Java Development Tools (JDT).
幸運的是,Eclipse附帶了一個標準的插件集,包括Java開發(fā)工具(JavaDevelopmentTools,JDT)。
For that, you would turn to something quite familiar to compiler aficionados: the JDT's Abstract Syntax Tree (AST) framework.
因為您會轉(zhuǎn)而使用一些對編譯器迷而言十分熟悉的工具:JDT的抽象語法樹(AbstractSyntaxTree,AST)框架。
A growing number of Java developers have come to appreciate the productivity and quality gains provided by Eclipse's JDT.
越來越多的Java開發(fā)人員已經(jīng)開始欣賞Eclipse的JDT提供的生產(chǎn)率和質(zhì)量收益。
And, for these smaller components, JDT is no longer even dragged in!
并且,對于這些較小的組件,JDT甚至不再被牽涉在內(nèi)!
You are now ready to add the JDT services in your own projects.
現(xiàn)在可以將這種JDT服務(wù)添加到您的項目中了。
How do we extend the UI of specific elements of the JDT, like members shown in the Outline view?
如何擴展JDT的特定元素的用戶界面(象Outline視圖中的成員)?
The loaded classes for the org. eclipse. jdt. core plug-in are shown in Figure 4, sorted in load order.
圖4中顯示的是org.eclipse.jdt.core插件已加載的類,以加載順序排序。
The server can be run as a regular Java application or can be run inside the JDT debugger.
服務(wù)器可以作為正常的Java應(yīng)用程序來運行,或者在JDT調(diào)試器內(nèi)部運行。
You can just tell the workbench the new nature depends upon the already defined (by the JDT) Java Project Nature.
您可以只告訴工作臺,新性質(zhì)依賴于JDT已定義的Java項目性質(zhì)。
JDT does a great job on my computer and I think most developers feel the same way.
JDT在我的機器上表現(xiàn)非常出色,我相信大多數(shù)開發(fā)者都有同樣的感覺。
Base Eclipse support includes the Java Development Tool, or JDT, which provides a complete Java development environment.
基本Eclipse支持包括Java開發(fā)工具(JavaDevelopmentTool,JDT),它提供了完全的Java開發(fā)環(huán)境。
This article will only peripherally touch on this topic, since our stated goal is extending the JDT.
本文只是略微提及這個主題,因為我們設(shè)定的目標是擴展JDT。
You can focus on the high-level model and let the JDT deal with many of those messy details.
您可以將精力集中于高級模型,而讓JDT處理這其中的許多雜亂細節(jié)。
Download the J9 JDT launching plug-in ZIP file from the link provided in the "System Requirements" section.
從“系統(tǒng)要求”一節(jié)中的鏈接下載J9JDT啟動插件ZIP文件。
Again, the JDT comes to your aid, as we'll see in the next question.
同樣,JDT會提供幫助,正如我們將在下一個問題中看到的。
They also modified the existing Tomcat plugin to use the Eclipse JDT compiler instead of the standard Java compiler.
已有的Tomcat插件在修改后使用EclipseJDT編譯器,并非標準的Java編譯器。
To save space, the list below isn't exhaustive, since we accept that base components like EMF, JDT, and J2EE UI are required.
為節(jié)省空間,下面這個列表并不完全,因為我們認為基本的組件比如EMF、JDT和J2EEUI是需要的。
With the J9 JDT launching plug-in installed you need to set up the J9 JRE that Eclipse uses to compile and run your plug-in code.
安裝了J9JDT啟動插件后,需要設(shè)置Eclipse用于編譯和運行插件代碼的J9JRE。
Open Plug-in Artifact - If you use Eclipse you most likely have used the JDT's awesome Open Type shortcut (Ctrl+Shift+T).
打開插件制品——如果你使用Eclipse,你極可能用過JDT讓人敬畏的打開類型快捷方式(Ctrl+Shift+T)。
Let's start with some questions related to the problem at hand: extending the JDT with our own method visibility refactoring capability.
讓我們首先討論與以下這個問題相關(guān)的一些問題:使用我們自己的方法可視性重構(gòu)能力來擴展JDT。
It is never obvious that there are multiple components at work; the integration with the Eclipse Platform and the JDT are seamless.
表面上絕對無法看出有多個組件在工作;與Eclipse平臺和JDT的集成是無縫的。
Because AJDT extends the JDT in Eclipse, it automatically benefits from the annotation support added there.
因為AJDT擴展了Eclipse中的JDT,所以它自動得到了這里添加的注釋支持的好處。
Relatively recently we actually turned on JDT weaving by default.
實際上,最近我們默認開啟了JDT織入。
Integration with the JDT has been greatly improved; a new build manager makes compilation much faster and more reliable.
其與JDT的集成獲得了極大的改進;新的構(gòu)建管理器使得代碼編輯變得更加快速,可靠性也更好。
Specifically, we confirm that what we see in the UI corresponds 1: 1 with model classes of the JDT.
特別地,我們確認在用戶界面中看到的東西與JDT模型類一一對應(yīng)。
How do you change the JDT model programmatically?
如何通過編程更改JDT模型?
The Eclipse Platform Workbench and its tools are built around the JDT components, which provide the following features to Eclipse
Eclipse平臺工作臺及其工具是圍繞JDT組件構(gòu)建的,該組件為Eclipse提供了下列特性
The solution excerpt also describes several other useful extensions to the JDT that are included on the CD-ROM accompanying
該解決方案摘錄還描述了其它幾個有用的JDT擴展,它們包含在
When asked how JDT would be integrated into or affected by e4, Mulet said
當問到JDT將如何集成到e4中,或者會受到e4怎樣的影響時,Mulet說道
Once we ve got a good handle on the basic Eclipse landscape, we ll turn to some JDT-specific questions
我們對基本Eclipse領(lǐng)域有了很好的了解之后,將轉(zhuǎn)向一些特定于JDT的問題
There are several new features in JDT 3. 4
JDT3.4中有幾個新特性