langtools/src/share/classes/com/sun/tools/javac/main/JavaCompiler.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 6031 50004868a787
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    71 /** This class could be the main entry point for GJC when GJC is used as a
    71 /** This class could be the main entry point for GJC when GJC is used as a
    72  *  component in a larger software system. It provides operations to
    72  *  component in a larger software system. It provides operations to
    73  *  construct a new compiler, and to run a new compiler on a set of source
    73  *  construct a new compiler, and to run a new compiler on a set of source
    74  *  files.
    74  *  files.
    75  *
    75  *
    76  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    76  *  <p><b>This is NOT part of any supported API.
    77  *  you write code that depends on this, you do so at your own risk.
    77  *  If you write code that depends on this, you do so at your own risk.
    78  *  This code and its internal interfaces are subject to change or
    78  *  This code and its internal interfaces are subject to change or
    79  *  deletion without notice.</b>
    79  *  deletion without notice.</b>
    80  */
    80  */
    81 public class JavaCompiler implements ClassReader.SourceCompleter {
    81 public class JavaCompiler implements ClassReader.SourceCompleter {
    82     /** The context key for the compiler. */
    82     /** The context key for the compiler. */