checkers.linear
Class LinearChecker
java.lang.Object
  
javax.annotation.processing.AbstractProcessor
      
com.sun.source.util.AbstractTypeProcessor
          
checkers.source.SourceChecker
              
checkers.basetype.BaseTypeChecker
                  
checkers.linear.LinearChecker
- All Implemented Interfaces:
  - Processor
 
@TypeQualifiers(value={Normal.class,Linear.class,Unusable.class})
public class LinearChecker
extends BaseTypeChecker
A typechecker plug-in for the Linear type system.  A @Linear
 reference may be used only one time.  After that, it is "used up" and
 of type @Unusable, and any further use is a compile-time error.
 
 
 
 
 
| Methods inherited from class checkers.basetype.BaseTypeChecker | 
createFactory, createQualifierHierarchy, createSourceVisitor, createSupportedTypeQualifiers, createTypeHierarchy, getQualifierHierarchy, getSupportedLintOptions, getSupportedTypeQualifiers, init, 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 java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
LinearChecker
public LinearChecker()