Package | Description |
---|---|
com.sun.tools.javac.comp | |
com.sun.tools.javac.file | |
com.sun.tools.javac.jvm | |
com.sun.tools.javac.main | |
com.sun.tools.javac.parser | |
com.sun.tools.javac.util | |
com.sun.tools.sjavac.comp |
Modifier and Type | Field and Description |
---|---|
Log |
Annotate.AnnotateRepeatedContext.log |
Constructor and Description |
---|
AnnotateRepeatedContext(Env<AttrContext> env,
Map<Symbol.TypeSymbol,ListBuffer<T>> annotated,
Map<T,JCDiagnostic.DiagnosticPosition> pos,
Log log,
boolean isTypeCompound) |
AssignAnalyzer(Log log,
Symtab syms,
Lint lint,
Names names) |
Modifier and Type | Method and Description |
---|---|
void |
Locations.update(Log log,
Options options,
Lint lint,
FSInfo fsInfo) |
Modifier and Type | Method and Description |
---|---|
boolean |
Code.checkLimits(JCDiagnostic.DiagnosticPosition pos,
Log log)
Check the code against VM spec limits; if
problems report them and return true.
|
int |
CRTable.writeCRT(ByteBuffer databuf,
Position.LineMap lineMap,
Log log)
Compute source positions and write CRT to the databuf.
|
Modifier and Type | Field and Description |
---|---|
Log |
JavaCompiler.log
The log to be used for error reporting.
|
Log |
Main.log
The log to use for diagnostic output.
|
Modifier and Type | Method and Description |
---|---|
abstract Log |
OptionHelper.getLog()
Get access to the Log for the compilation.
|
Log |
OptionHelper.GrumpyHelper.getLog() |
Constructor and Description |
---|
GrumpyHelper(Log log) |
Modifier and Type | Field and Description |
---|---|
protected Log |
UnicodeReader.log |
Modifier and Type | Field and Description |
---|---|
Log |
BaseFileManager.log
The log to be used for error reporting.
|
Modifier and Type | Field and Description |
---|---|
static Context.Key<Log> |
Log.logKey
The context key for the log.
|
Modifier and Type | Method and Description |
---|---|
static Log |
Log.instance(Context context)
Get the Log instance for this context.
|
Modifier and Type | Method and Description |
---|---|
void |
Log.initRound(Log other)
Propagate the previous log's information.
|
protected void |
Log.DiagnosticHandler.install(Log log)
Install this diagnostic handler as the current one,
recording the previous one.
|
Constructor and Description |
---|
DeferredDiagnosticHandler(Log log) |
DeferredDiagnosticHandler(Log log,
Filter<JCDiagnostic> filter) |
DiscardDiagnosticHandler(Log log) |
MandatoryWarningHandler(Log log,
boolean verbose,
boolean enforceMandatory,
String prefix,
Lint.LintCategory lc)
Create a handler for mandatory warnings.
|
Modifier and Type | Field and Description |
---|---|
protected Log |
Dependencies.log |
Copyright © 2017 earcam. All rights reserved.