@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.Processor
process
in class javax.annotation.processing.AbstractProcessor
public void callback(javax.lang.model.element.TypeElement template)
callback
in interface ProcessorContext.ProcessCallback
public java.util.Set<java.lang.String> getSupportedAnnotationTypes()
getSupportedAnnotationTypes
in interface javax.annotation.processing.Processor
getSupportedAnnotationTypes
in class javax.annotation.processing.AbstractProcessor
public void init(javax.annotation.processing.ProcessingEnvironment env)
init
in interface javax.annotation.processing.Processor
init
in class javax.annotation.processing.AbstractProcessor