src/share/classes/com/sun/tools/javac/main/JavaCompiler.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 597
d2b7ecf33b35
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
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. */

mercurial