Package com.sun.tools.javac.api

Interface Summary
DiagnosticFormatter<D extends Diagnostic<?>> Provides simple functionalities for javac diagnostic formatting
Formattable This interface must be implemented by any javac class that has non-trivial formatting needs (e.g.
Messages This interface defines the minimum requirements in order to provide support for localized formatted strings.
 

Class Summary
Formattable.LocalizedString  
JavacScope Provides an implementation of Scope.
JavacTaskImpl Provides access to functionality specific to the Sun Java Compiler, javac.
JavacTool TODO: describe com.sun.tools.javac.api.Tool
JavacTrees Provides an implementation of Trees.
JavacTrees.Copier Makes a copy of a tree, noting the value resulting from copying a particular leaf.
WrappingJavaFileManager<M extends JavaFileManager> Wraps all calls to a given file manager.
 

Enum Summary
DiagnosticFormatter.PositionKind This enum defines a set of constants for all the kinds of position that a diagnostic can be asked for.