@SuppressWarningsKeys(value={"index","samelen"}) public class SameLenChecker extends BaseTypeChecker
SourceChecker.CheckerError
currentRoot, DETAILS_SEPARATOR, errsOnLastExit, messager, messages, MSGS_FILE, parentChecker, SUPPRESS_ALL_KEY, trees, upstreamCheckerNames, visitor
processingEnv
Constructor and Description |
---|
SameLenChecker() |
Modifier and Type | Method and Description |
---|---|
protected LinkedHashSet<Class<? extends BaseTypeChecker>> |
getImmediateSubcheckerClasses()
Returns the set of subchecker classes this checker depends on.
|
createSourceVisitor, getAnnotationProvider, getChecker, getContext, getOptions, getSubchecker, getSupportedLintOptions, getSupportedOptions, getTypeFactory, getTypeFactoryOfSubchecker, getVisitor, initChecker, invokeConstructorFor, processArg, shouldAddShutdownHook, shouldResolveReflection, shutdownHook, typeProcess, typeProcessingOver
addOptions, createSupportedLintOptions, errorAbort, errorAbort, expandCFOptions, formatStackTrace, fullMessageOf, getElementUtils, getLintOption, getLintOption, getMessages, getOption, getOption, getOptionConfiguration, getProcessingEnvironment, getProperties, getStandardSuppressWarningsKeys, getSupportedAnnotationTypes, getSupportedSourceVersion, getSuppressWarningsKeys, getTreeUtils, getTypeUtils, getUpstreamCheckerNames, hasOption, init, message, message, printStats, report, setLintOption, setParentChecker, setProcessingEnvironment, setSupportedLintOptions, shouldSkipDefs, shouldSkipDefs, shouldSkipUses, shouldSkipUses, shouldSuppressWarnings, shouldSuppressWarnings, treeToFilePositionString, typeProcessingStart, userErrorAbort, useUncheckedCodeDefault
process
getCompletions, isInitialized
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getElementUtils, getOptionConfiguration, getProcessingEnvironment, getTreeUtils, getTypeUtils
protected LinkedHashSet<Class<? extends BaseTypeChecker>> getImmediateSubcheckerClasses()
BaseTypeChecker
Each subclass of BaseTypeChecker must declare all dependencies it relies on if there are any. Each subchecker of this checker is in turn free to change its own dependencies. It's OK for various checkers to declare a dependency on the same subchecker, since the BaseTypeChecker will ensure that each subchecker is instantiated only once.
WARNING: Circular dependencies are not supported. We do not check for their absence. Make sure no circular dependencies are created when overriding this method.
This method is protected so it can be overridden, but it is only intended to be called internally by the BaseTypeChecker. Please override this method but do not call it from classes other than BaseTypeChecker. Subclasses that override this method should call super and added dependencies so that checkers required for reflection resolution are included if reflection resolution is requested.
The BaseTypeChecker will not modify the list returned by this method.
getImmediateSubcheckerClasses
in class BaseTypeChecker