Class Summary |
CompilerError |
A class to represent compiler errors. |
CompilerErrorModel |
Contains the CompilerErrors for a particular file after
a compile has ended. |
CompilerProxy |
A compiler interface to search a given |
CompilerRegistry |
Registry for all CompilerInterface implementations. |
CompilerRegistryTest |
Test cases for CompilerRegistry . |
GJv6Compiler |
The GJ compiler used by DrJava. |
GJv6FromClasspath |
A compiler interface to find GJv6 from the classpath,
but to do so via a compiler proxy so that the compiler classes can be
fully unloaded/reloaded every time it is used. |
Javac141FromClasspath |
A compiler interface to find Javac (1.4.1+) from the classpath,
but to do so via a compiler proxy so that the compiler classes can be
fully unloaded/reloaded every time it is used. |
Javac141FromSetLocation |
A compiler interface to find Javac (1.4.1+) from the location
specified in Configuration. |
Javac141FromToolsJar |
A compiler interface to find Javac (1.4.1+) in the tools.jar file. |
JavacFromClasspath |
A compiler interface to find Javac from the classpath,
but to do so via a compiler proxy so that the compiler classes can be
fully unloaded/reloaded every time it is used. |
JavacFromSetLocation |
A compiler interface to find Javac from the location
specified in Configuration. |
JavacFromToolsJar |
A compiler interface to search a given |
JSR14FromSetLocation |
A compiler interface to find jsr14 from the location
specified in Configuration. |
JSR14v12FromSetLocation |
A compiler interface to find jsr14 v1.2 from the location
specified in Configuration. |
NoCompilerAvailable |
A CompilerInterface implementation for signifying that no compiler is
available. |
Contains adaptor code for invoking various Java compilers.