Package | Description |
---|---|
com.sun.tools.javac.code | |
com.sun.tools.javac.comp | |
com.sun.tools.javac.file |
Modifier and Type | Field and Description |
---|---|
protected static Context.Key<Lint> |
Lint.lintKey
The context key for the root Lint object.
|
Modifier and Type | Method and Description |
---|---|
Lint |
Lint.augment(Attribute.Compound attr)
Returns the result of combining the values in this object with
the given annotation.
|
Lint |
Lint.augment(Symbol sym)
Returns the result of combining the values in this object with
the metadata on the given symbol.
|
static Lint |
Lint.instance(Context context)
Get the root Lint instance.
|
Constructor and Description |
---|
Lint(Lint other) |
Constructor and Description |
---|
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) |
Copyright © 2017 earcam. All rights reserved.