src/share/classes/javax/tools/overview.html

Mon, 10 Dec 2012 16:21:26 +0000

author
vromero
date
Mon, 10 Dec 2012 16:21:26 +0000
changeset 1442
fcf89720ae71
parent 1
9a66ca7c79fa
child 2112
b9e3b55a908c
permissions
-rw-r--r--

8003967: detect and remove all mutable implicit static enum fields in langtools
Reviewed-by: jjg

     1 <body>
     3 <p>
     4 The Java&trade; programming language compiler API is a set of interfaces that describes the
     5 functions provided by a compiler.  This API has three
     6 main objectives:
     7 </p>
     9 <ul>
    11 <li>Allow invocation of a compiler from a program using
    12 standardized interfaces.</li>
    14 <li>Provide interfaces enabling the compiler to report diagnostics in a
    15 structured way.</li>
    17 <li>Provide interfaces enabling clients of the compiler to override
    18 how file objects are found.  "File objects" is a file
    19 abstraction.</li>
    21 </ul>
    23 </body>

mercurial