Package | Description |
---|---|
com.sun.tools.javac.file | |
com.sun.tools.javac.main | |
com.sun.tools.javac.util |
Modifier and Type | Method and Description |
---|---|
void |
Locations.update(Log log,
Options options,
Lint lint,
FSInfo fsInfo) |
Modifier and Type | Field and Description |
---|---|
protected Options |
JavaCompiler.options
Command line options.
|
Modifier and Type | Method and Description |
---|---|
static Option.PkgInfo |
Option.PkgInfo.get(Options options) |
void |
Main.setOptions(Options options) |
Modifier and Type | Field and Description |
---|---|
protected Options |
BaseFileManager.options |
Modifier and Type | Field and Description |
---|---|
static Context.Key<Options> |
Options.optionsKey
The context key for the options.
|
Modifier and Type | Method and Description |
---|---|
static Options |
Options.instance(Context context)
Get the Options instance for this context.
|
Modifier and Type | Method and Description |
---|---|
protected Name.Table |
Names.createTable(Options options) |
void |
Options.putAll(Options options) |
Constructor and Description |
---|
BasicConfiguration(Options options) |
BasicDiagnosticFormatter(Options options,
JavacMessages msgs)
Create a basic formatter based on the supplied options.
|
RawDiagnosticFormatter(Options options)
Create a formatter based on the supplied options.
|
RichConfiguration(Options options,
AbstractDiagnosticFormatter formatter) |
SimpleConfiguration(Options options,
Set<DiagnosticFormatter.Configuration.DiagnosticPart> parts) |
Copyright © 2017 earcam. All rights reserved.