简体   繁体   English

什么是org / eclipse / jdt / internal / compiler软件包?

[英]What is org/eclipse/jdt/internal/compiler package for?

I was profiling a java based web application(InsecureWebApp from OWASP) and came across methods from org/eclipse/jdt/internal/compiler package. 我正在分析一个基于Java的Web应用程序(来自OWASP的InsecureWebApp),并遇到了org / eclipse / jdt / internal / compiler包中的方法。 I googled it to know for what purpose they are used.. I looked here ( http://www.cs.utep.edu/cheon/download/jml4c/javadocs/org/eclipse/jdt/internal/compiler/package-summary.html ) but could not understand what is its purpose in general. 我在Google上搜索以了解它们的用途。.我在这里查看( http://www.cs.utep.edu/cheon/download/jml4c/javadocs/org/eclipse/jdt/internal/compiler/package-summary .html ),但总体上无法理解其目的。

Can somebody please help me out here ? 有人可以帮我吗?

Thanks 谢谢

I would guess thats Eclipse Java compiler. 我猜这就是Eclipse Java编译器。

Eclipse don't use the standard compiler, but have ther own that compiles your code incrementally while typing. Eclipse不使用标准编译器,但是拥有自己的编译器,可以在键入时逐步编译代码。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Eclipse中的错误? org.eclipse.jdt.internal.compiler.lookup.ArrayBinding无法转换为org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding - Bug in Eclipse? org.eclipse.jdt.internal.compiler.lookup.ArrayBinding cannot be cast to org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding 编译错误:org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException - Compilation error: org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException 相当于org.eclipse.jdt.internal.compiler.ast中的NodeFinder? - NodeFinder equivalent in org.eclipse.jdt.internal.compiler.ast? 出现意外错误(类型=内部服务器错误,状态=500)。 org/eclipse/jdt/internal/compiler/env/INameEnvironment - There was an unexpected error (type=Internal Server Error, status=500). org/eclipse/jdt/internal/compiler/env/INameEnvironment org.eclipse.jdt.internal.compiler.codegen.CodeStream.newArray中的java.lang.NullPointerException - java.lang.NullPointerException at org.eclipse.jdt.internal.compiler.codegen.CodeStream.newArray Java 11 Jasper 报告编译错误:org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException - Java 11 Jasper report compilation error: org.eclipse.jdt.internal.compiler.classfmt.ClassFormatException java.lang.NoSuchMethodError: org.eclipse.jdt.internal.compiler.CompilationResult - java.lang.NoSuchMethodError: org.eclipse.jdt.internal.compiler.CompilationResult 内部编译器错误: org.eclipse.jdt.internal.compiler.problem.ProblemHandler.handle(ProblemHandler.Z93F746A07423BF21C) 处的 java.lang.NullPointerException - Internal compiler error: java.lang.NullPointerException at org.eclipse.jdt.internal.compiler.problem.ProblemHandler.handle(ProblemHandler.java:148) 第谷无法找到需求org.eclipse.jdt.compiler.tool - Tycho cannot find requirement org.eclipse.jdt.compiler.tool eclipse中org.eclipse.jdt.launching.JRE_CONTAINER的用途是什么? - what is the use of org.eclipse.jdt.launching.JRE_CONTAINER in eclipse?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM