JDT

  • 网络设计工具(Java Development Tools);开发工具;开发环境

JDTJDT

JDT

设计工具(Java Development Tools)

该项目包含四个子项目:Platform、Plug-in Development Environment (PDE)、Java Development Tools (JDT) 和 Equinox。 …

开发工具

  java 开发工具(jdt) - 我们所有的有关java的开发部分都是由这个插件来完成了,它形成了对于java最为基础的编辑、 编译、运行 …

开发环境

它是 Eclipse 中的 Java 开发环境 (JDT) 为我们提供的极为强大的源代码解析和编辑工具。清单 9ASTParser parser = ASTParse…

1
This article will only cover what's necessary to understand the basics of our JDT extension. 本文将只讨论理解JDT扩展的基础所必需的知识。
2
The AspectJ compiler is an extension of the JDT compiler, and is therefore fully capable of compiling Java code. AspectJ编译器是JDT编译器的扩展,所以完全能够编译Java代码。
3
Eclipse ships with a world-class Java development environment, known as the JDT. Eclipse附带了一个世界级的Java开发环境,称为JDT。
4
The source code is transformed into a private language model using a similar engine as the JDT for Eclipse. 通过使用类似EclipseJDT的引擎,将源代码转换为私有的语言模型。
5
Like the JDT, the CDT DOM uses a visitor pattern to interact with its parse tree. 类似于JDT,CDTDOM使用一个访问者模板,以和它的剖析树状图交流。
6
Fortunately, Eclipse comes with a standard set of plug-ins, including the well-known Java Development Tools (JDT). 幸运的是,Eclipse附带了一个标准的插件集,包括为人熟知的Java开发工具(JavaDevelopmentTools,JDT)。
7
Fortunately, Eclipse comes with a standard set of plug-ins, including the Java Development Tools (JDT). 幸运的是,Eclipse附带了一个标准的插件集,包括Java开发工具(JavaDevelopmentTools,JDT)。
8
For that, you would turn to something quite familiar to compiler aficionados: the JDT's Abstract Syntax Tree (AST) framework. 因为您会转而使用一些对编译器迷而言十分熟悉的工具:JDT的抽象语法树(AbstractSyntaxTree,AST)框架。
9
A growing number of Java developers have come to appreciate the productivity and quality gains provided by Eclipse's JDT. 越来越多的Java开发人员已经开始欣赏Eclipse的JDT提供的生产率和质量收益。
10
And, for these smaller components, JDT is no longer even dragged in! 并且,对于这些较小的组件,JDT甚至不再被牵涉在内!
11
You are now ready to add the JDT services in your own projects. 现在可以将这种JDT服务添加到您的项目中了。
12
How do we extend the UI of specific elements of the JDT, like members shown in the Outline view? 如何扩展JDT的特定元素的用户界面(象Outline视图中的成员)?
13
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插件已加载的类,以加载顺序排序。
14
The server can be run as a regular Java application or can be run inside the JDT debugger. 服务器可以作为正常的Java应用程序来运行,或者在JDT调试器内部运行。
15
You can just tell the workbench the new nature depends upon the already defined (by the JDT) Java Project Nature. 您可以只告诉工作台,新性质依赖于JDT已定义的Java项目性质。
16
JDT does a great job on my computer and I think most developers feel the same way. JDT在我的机器上表现非常出色,我相信大多数开发者都有同样的感觉。
17
Base Eclipse support includes the Java Development Tool, or JDT, which provides a complete Java development environment. 基本Eclipse支持包括Java开发工具(JavaDevelopmentTool,JDT),它提供了完全的Java开发环境。
18
This article will only peripherally touch on this topic, since our stated goal is extending the JDT. 本文只是略微提及这个主题,因为我们设定的目标是扩展JDT。
19
You can focus on the high-level model and let the JDT deal with many of those messy details. 您可以将精力集中于高级模型,而让JDT处理这其中的许多杂乱细节。
20
Download the J9 JDT launching plug-in ZIP file from the link provided in the "System Requirements" section. 从“系统要求”一节中的链接下载J9JDT启动插件ZIP文件。
21
Again, the JDT comes to your aid, as we'll see in the next question. 同样,JDT会提供帮助,正如我们将在下一个问题中看到的。
22
They also modified the existing Tomcat plugin to use the Eclipse JDT compiler instead of the standard Java compiler. 已有的Tomcat插件在修改后使用EclipseJDT编译器,并非标准的Java编译器。
23
To save space, the list below isn't exhaustive, since we accept that base components like EMF, JDT, and J2EE UI are required. 为节省空间,下面这个列表并不完全,因为我们认为基本的组件比如EMF、JDT和J2EEUI是需要的。
24
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启动插件后,需要设置Eclipse用于编译和运行插件代码的J9JRE。
25
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)。
26
Let's start with some questions related to the problem at hand: extending the JDT with our own method visibility refactoring capability. 让我们首先讨论与以下这个问题相关的一些问题:使用我们自己的方法可视性重构能力来扩展JDT。
27
It is never obvious that there are multiple components at work; the integration with the Eclipse Platform and the JDT are seamless. 表面上绝对无法看出有多个组件在工作;与Eclipse平台和JDT的集成是无缝的。
28
Because AJDT extends the JDT in Eclipse, it automatically benefits from the annotation support added there. 因为AJDT扩展了Eclipse中的JDT,所以它自动得到了这里添加的注释支持的好处。
29
Relatively recently we actually turned on JDT weaving by default. 实际上,最近我们默认开启了JDT织入。
30
Integration with the JDT has been greatly improved; a new build manager makes compilation much faster and more reliable. 其与JDT的集成获得了极大的改进;新的构建管理器使得代码编辑变得更加快速,可靠性也更好。