See: Description
Class | Description |
---|---|
Result |
Represents the outcome of a typechecking operation (success,
warning, or failure, plus a list of explanatory messages).
|
Result.DiagMessage |
A class that represents the diangosis messages.
|
SourceChecker |
An abstract annotation processor designed for implementing a
source-file checker for a JSR-308 conforming compiler plug-in.
|
SourceVisitor<R extends @Nullable Object,P extends @Nullable Object> |
An AST visitor that provides a variety of compiler utilities and interfaces
to facilitate typechecking.
|
Exception | Description |
---|---|
SourceChecker.CheckerError |
Exception type used only internally to abort
processing.
|
Annotation Type | Description |
---|---|
SupportedLintOptions |
An annotation used to indicate what lint options a checker supports.
|
SuppressWarningsKey |
Specifies the argument that this checker recognizes for suppressing warnings
via the
SuppressWarnings annotation. |
Most classes won't want to extend the classes in this package directly; the
classes in the checkers.basetype
package provide subtype checking
functionality.
checkers.basetype