javax.annotation.processing
Class AbstractProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
- All Implemented Interfaces:
- Processor
public abstract class AbstractProcessor
- extends java.lang.Object
- implements Processor
- Version:
- $Revision$ $Date$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
processingEnv
protected ProcessingEnvironment processingEnv
AbstractProcessor
protected AbstractProcessor()
isInitialized
protected boolean isInitialized()
process
public abstract boolean process(java.util.Set<? extends javax.lang.model.element.TypeElement> typeElements,
RoundEnvironment roundEnvironment)
- Specified by:
process
in interface Processor
getCompletions
public java.lang.Iterable<? extends Completion> getCompletions(javax.lang.model.element.Element element,
javax.lang.model.element.AnnotationMirror annotationMirror,
javax.lang.model.element.ExecutableElement executableElement,
java.lang.String s)
- Specified by:
getCompletions
in interface Processor
getSupportedAnnotationTypes
public java.util.Set<java.lang.String> getSupportedAnnotationTypes()
- Specified by:
getSupportedAnnotationTypes
in interface Processor
getSupportedOptions
public java.util.Set<java.lang.String> getSupportedOptions()
- Specified by:
getSupportedOptions
in interface Processor
getSupportedSourceVersion
public javax.lang.model.SourceVersion getSupportedSourceVersion()
- Specified by:
getSupportedSourceVersion
in interface Processor
init
public void init(ProcessingEnvironment processingEnvironment)
- Specified by:
init
in interface Processor
Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.