system Java compiler
and its command line equivalent, javac, as well as javah.Module | Description |
---|---|
java.base |
Defines the foundational APIs of the Java SE Platform.
|
java.compiler |
Defines the Language Model, Annotation Processing, and Java Compiler APIs.
|
Package | Module | Description |
---|---|---|
com.sun.source.doctree | All Modules |
Provides interfaces to represent documentation comments as abstract syntax
trees (AST).
|
com.sun.source.tree | All Modules |
Provides interfaces to represent source code as abstract syntax
trees (AST).
|
com.sun.source.util | All Modules |
Provides utilities for operations on abstract syntax trees (AST).
|
com.sun.tools.javac | All Modules | |
com.sun.tools.doclint | jdk.javadoc | |
com.sun.tools.javac.api | jdk.javadoc jdk.jshell |
|
com.sun.tools.javac.code | jdk.javadoc jdk.jshell |
|
com.sun.tools.javac.comp | jdk.javadoc jdk.jshell |
|
com.sun.tools.javac.file | jdk.javadoc jdk.jdeps |
|
com.sun.tools.javac.jvm | jdk.javadoc | |
com.sun.tools.javac.main | jdk.javadoc | |
com.sun.tools.javac.model | jdk.javadoc | |
com.sun.tools.javac.parser | jdk.jshell | |
com.sun.tools.javac.platform | jdk.javadoc | |
com.sun.tools.javac.tree | jdk.javadoc jdk.jshell |
|
com.sun.tools.javac.util | jdk.javadoc jdk.jdeps jdk.jshell |
Type | Description |
---|---|
Processor |
The interface for an annotation processor.
|
Plugin |
The interface for a javac plug-in.
|
com.sun.tools.javac.platform.PlatformProvider |
A collection of platform descriptions that can be selected using
-release name
command line option. |
Type | Description |
---|---|
com.sun.tools.javac.platform.PlatformProvider (Implementation: com.sun.tools.javac.platform.JDKPlatformProvider) |
A collection of platform descriptions that can be selected using
-release name
command line option. |
JavaCompiler (Implementation: com.sun.tools.javac.api.JavacTool) |
Interface to invoke Java™ programming language compilers from
programs.
|
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-08-31-194618.buildd.src