checkers.compilermsgs
Class CompilerMessagesChecker

java.lang.Object
  extended by javax.annotation.processing.AbstractProcessor
      extended by com.sun.source.util.AbstractTypeProcessor
          extended by checkers.source.SourceChecker
              extended by checkers.basetype.BaseTypeChecker
                  extended by checkers.propkey.PropertyKeyChecker
                      extended by checkers.compilermsgs.CompilerMessagesChecker
All Implemented Interfaces:
Processor

@TypeQualifiers(value={CompilerMessageKey.class,PropertyKey.class,Unqualified.class})
@SupportedOptions(value={"propfiles","bundlename"})
public class CompilerMessagesChecker
extends PropertyKeyChecker

A PropertyKeyChecker for the compiler message keys that are used in the Checker framework.

Author:
wmdietl

Field Summary
Modifier and Type Field and Description
 
Fields inherited from class checkers.source.SourceChecker
currentPath, currentRoot, env, messager, messages, trees
 
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
 
Constructor Summary
Constructor and Description
CompilerMessagesChecker()
           
 
Method Summary
Modifier and Type Method and Description
 
Methods inherited from class checkers.propkey.PropertyKeyChecker
getLookupKeys, init
 
Methods inherited from class checkers.basetype.BaseTypeChecker
createFactory, createQualifierHierarchy, createSourceVisitor, createSupportedTypeQualifiers, createTypeHierarchy, getQualifierHierarchy, getSupportedLintOptions, getSupportedTypeQualifiers, isAssignable, isSubtype, isValidUse
 
Methods inherited from class checkers.source.SourceChecker
fullMessageOf, getLintOption, getLintOption, getMessages, getProcessingEnvironment, getShouldSkip, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, getSuppressWarningsKey, message, report, typeProcess
 
Methods inherited from class com.sun.source.util.AbstractTypeProcessor
process, typeProcessingOver
 
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, isInitialized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompilerMessagesChecker

public CompilerMessagesChecker()