All Classes and Interfaces
Class
Description
The interface of an compiling language processor (aka compiler).
Re-use strategy of the compiler (implement for java only).
This class encapsulates a message produced by a programming language
processor (whether interpreted or compiled).
As we are still 1.5 required we use a wrapper to Diagnostic.Kind and some compilers don't know jdk constants.
The result returned from a compiling language processor (aka compiler), possibly including
some messages.
Maps a set of input files to a single output file.