@SupportedSourceVersion(value=RELEASE_7) public class TruffleProcessor extends javax.annotation.processing.AbstractProcessor implements ProcessorContext.ProcessCallback
| Constructor and Description |
|---|
TruffleProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
callback(javax.lang.model.element.TypeElement template) |
java.util.Set<java.lang.String> |
getSupportedAnnotationTypes() |
void |
init(javax.annotation.processing.ProcessingEnvironment env) |
boolean |
process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv) |
public boolean process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv)
process in interface javax.annotation.processing.Processorprocess in class javax.annotation.processing.AbstractProcessorpublic void callback(javax.lang.model.element.TypeElement template)
callback in interface ProcessorContext.ProcessCallbackpublic java.util.Set<java.lang.String> getSupportedAnnotationTypes()
getSupportedAnnotationTypes in interface javax.annotation.processing.ProcessorgetSupportedAnnotationTypes in class javax.annotation.processing.AbstractProcessorpublic void init(javax.annotation.processing.ProcessingEnvironment env)
init in interface javax.annotation.processing.Processorinit in class javax.annotation.processing.AbstractProcessor