org.apache.tools.ant.taskdefs.compilers |
|
Java Source File Name | Type | Comment |
AptCompilerAdapter.java | Class | The implementation of the apt compiler for JDK 1.5
As usual, the low level entry points for Java tools are neither documented or
stable; this entry point may change from that of 1.5.0_01-b08 without any
warning at all. |
AptExternalCompilerAdapter.java | Class | |
CompilerAdapter.java | Interface | The interface that all compiler adapters must adhere to.
A compiler adapter is an adapter that interprets the javac's
parameters in preparation to be passed off to the compiler this
adapter represents. |
CompilerAdapterFactory.java | Class | Creates the necessary compiler adapter, given basic criteria. |
DefaultCompilerAdapter.java | Class | This is the default implementation for the CompilerAdapter interface. |
Gcj.java | Class | The implementation of the gcj compiler. |
Javac12.java | Class | The implementation of the javac compiler for JDK 1.2
This is primarily a cut-and-paste from the original javac task before it
was refactored. |
Javac13.java | Class | The implementation of the javac compiler for JDK 1.3
This is primarily a cut-and-paste from the original javac task before it
was refactored. |
JavacExternal.java | Class | Performs a compile using javac externally. |
Jikes.java | Class | The implementation of the jikes compiler. |
Jvc.java | Class | The implementation of the jvc compiler from microsoft. |
Kjc.java | Class | The implementation of the Java compiler for KJC. |
Sj.java | Class | The implementation of the sj compiler. |