Package | Description |
---|---|
com.sun.tools.javac.api | |
com.sun.tools.javac.code | |
com.sun.tools.javac.main | |
com.sun.tools.javac.parser | |
com.sun.tools.javac.util |
Class and Description |
---|
BasicJavacTask
Provides basic functionality for implementations of JavacTask.
|
ClientCodeWrapper
Wrap objects to enable unchecked exceptions to be caught and handled.
|
ClientCodeWrapper.WrappedFileObject |
DiagnosticFormatter.Configuration
This interface provides functionalities for tuning the output of a
diagnostic formatter in multiple ways.
|
DiagnosticFormatter.Configuration.DiagnosticPart
A given diagnostic message can be divided into sub-parts each of which
might/might not be displayed by the formatter, according to the
current configuration settings.
|
DiagnosticFormatter.Configuration.MultilineLimit
A multiline limit control the verbosity of multiline diagnostics
either by setting a maximum depth of nested multidiagnostics,
or by limiting the amount of subdiagnostics attached to a given
diagnostic (or both).
|
DiagnosticFormatter.PositionKind
This enum defines a set of constants for all the kinds of position
that a diagnostic can be asked for.
|
Formattable
This interface must be implemented by any javac class that has non-trivial
formatting needs (e.g.
|
JavacScope
Provides an implementation of Scope.
|
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.
|
Messages
This interface defines the minimum requirements in order to provide support
for localized formatted strings.
|
MultiTaskListener
TODO.
|
Class and Description |
---|
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 and Description |
---|
MultiTaskListener
TODO.
|
Class and Description |
---|
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 and Description |
---|
DiagnosticFormatter
Provides simple functionalities for javac diagnostic formatting.
|
DiagnosticFormatter.Configuration
This interface provides functionalities for tuning the output of a
diagnostic formatter in multiple ways.
|
DiagnosticFormatter.Configuration.DiagnosticPart
A given diagnostic message can be divided into sub-parts each of which
might/might not be displayed by the formatter, according to the
current configuration settings.
|
DiagnosticFormatter.Configuration.MultilineLimit
A multiline limit control the verbosity of multiline diagnostics
either by setting a maximum depth of nested multidiagnostics,
or by limiting the amount of subdiagnostics attached to a given
diagnostic (or both).
|
DiagnosticFormatter.PositionKind
This enum defines a set of constants for all the kinds of position
that a diagnostic can be asked for.
|
Messages
This interface defines the minimum requirements in order to provide support
for localized formatted strings.
|
Copyright © 2017 earcam. All rights reserved.